This commit is contained in:
Matt Reeves 2024-07-07 18:41:10 -04:00
parent b124090da3
commit 4dff44f6bd

View file

@ -1,23 +1,25 @@
authentik: apiVersion: v1
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW" kind: ConfigMap
# This sends anonymous usage-data, stack traces on errors and metadata:
# performance data to sentry.io, and is fully opt-in name: authentik-values
error_reporting: namespace: default
data:
authentik.yaml: |
authentik:
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW"
error_reporting:
enabled: false enabled: false
postgresql: postgresql:
password: "Q9o4TsbpAY" password: "Q9o4TsbpAY"
server:
server: ingress:
ingress:
# Specify kubernetes ingress controller class name
ingressClassName: traefik ingressClassName: traefik
enabled: true enabled: true
hosts: hosts:
- auth.mafyuh.com - auth.mafyuh.com
postgresql:
postgresql: enabled: true
enabled: true auth:
auth:
password: "Q9o4TsbpAY" password: "Q9o4TsbpAY"
redis: redis:
enabled: true enabled: true