kub/cluster/apps/production/authentik/authentik/values.yaml
2024-07-08 22:30:58 -04:00

28 lines
709 B
YAML

# all invalid values, pushed to git for testing with flux.
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