This commit is contained in:
Matt Reeves 2024-07-07 19:42:18 -04:00
parent c9a9da38c7
commit 988aeef4fc

View file

@ -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