From fc2d1e8a1aab311b06740ca40002a6f8d45cc968 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 24 Feb 2025 05:20:54 -0600 Subject: [PATCH] update --- infra/argocd/values.yaml | 4 ++-- infra/authentik/values.yaml | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/infra/argocd/values.yaml b/infra/argocd/values.yaml index 17166db..24924a5 100644 --- a/infra/argocd/values.yaml +++ b/infra/argocd/values.yaml @@ -3,7 +3,7 @@ argo-cd: global: revisionHistoryLimit: 1 image: - repository: registry.internal.durp.info/argoproj/argocd + repository: registry.durp.info/argoproj/argocd imagePullPolicy: Always server: @@ -26,7 +26,7 @@ argo-cd: dex: enabled: true image: - repository: registry.internal.durp.info/dexidp/dex + repository: registry.durp.info/dexidp/dex imagePullPolicy: Always configs: diff --git a/infra/authentik/values.yaml b/infra/authentik/values.yaml index ccd9db9..4fa183b 100644 --- a/infra/authentik/values.yaml +++ b/infra/authentik/values.yaml @@ -29,7 +29,19 @@ authentik: worker: replicas: 3 postgresql: - enabled: false + enabled: true + image: + registry: registry.durp.info + repository: bitnami/postgresql + pullPolicy: Always + postgresqlUsername: "authentik" + postgresqlDatabase: "authentik" + existingSecret: db-pass + persistence: + enabled: true + storageClass: longhorn + accessModes: + - ReadWriteMany redis: enabled: true master: