From d05cdcfaa2fb15bd3942ccfcefe4ab76faed155d Mon Sep 17 00:00:00 2001 From: j Date: Sat, 16 Aug 2025 05:19:53 +0000 Subject: [PATCH] Add redis, add authentik --- applications/30-databases/databases.yaml | 3 +++ applications/30-databases/redis/redis.yaml | 26 ++++++++++++++++++++++ deploy/server.yaml | 8 +++---- 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 applications/30-databases/redis/redis.yaml diff --git a/applications/30-databases/databases.yaml b/applications/30-databases/databases.yaml index c6c3b62..997048b 100644 --- a/applications/30-databases/databases.yaml +++ b/applications/30-databases/databases.yaml @@ -18,6 +18,9 @@ spec: - name: postgresql path: applications/30-databases/postgresql wave: 2 + - name: redis + path: applications/30-databases/redis + wave: 2 template: metadata: name: '{{.name}}' diff --git a/applications/30-databases/redis/redis.yaml b/applications/30-databases/redis/redis.yaml new file mode 100644 index 0000000..73381e8 --- /dev/null +++ b/applications/30-databases/redis/redis.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: redis + namespace: argocd +spec: + project: default + source: + repoURL: https://charts.bitnami.com/bitnami + chart: redis + targetRevision: 19.5.5 + helm: + releaseName: redis + valuesFrom: + - kind: Secret + name: redis-values + destination: + server: https://kubernetes.default.svc + namespace: database + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/deploy/server.yaml b/deploy/server.yaml index d3067ca..1c1ca6e 100644 --- a/deploy/server.yaml +++ b/deploy/server.yaml @@ -24,10 +24,10 @@ spec: namespace: database wave: 2 - #- name: authentik-deploy - # path: applications/40-authentik - # namespace: home-server - # wave: 3 + - name: authentik-deploy + path: applications/40-authentik + namespace: home-server + wave: 3 template: metadata: