From 988aeef4fcb5c7a85404b1c331e517e4817da87a Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 7 Jul 2024 19:42:18 -0400 Subject: [PATCH] testing --- .../authentik/authentik/values.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cluster/apps/production/authentik/authentik/values.yaml diff --git a/cluster/apps/production/authentik/authentik/values.yaml b/cluster/apps/production/authentik/authentik/values.yaml new file mode 100644 index 0000000..52387f8 --- /dev/null +++ b/cluster/apps/production/authentik/authentik/values.yaml @@ -0,0 +1,27 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: authentik-values + namespace: default +data: + authentik.yaml: | + authentik: + secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW" + error_reporting: + enabled: false + postgresql: + password: "Q9o4TsbpAY" + postgres-password: "Q9o4TsbpAY" + server: + ingress: + ingressClassName: traefik + enabled: true + hosts: + - auth.${PUBLIC_DOMAIN} + postgresql: + enabled: true + auth: + password: "Q9o4TsbpAY" + postgres-password: "Q9o4TsbpAY" + redis: + enabled: true