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:
secret_key: "xLfHF7V+Hdzqt8Cy2LWNx8oSgGvWrVMG0gwTpB0IC+d2Iduk6qZo//raYbLm+l0CEn8N3d9r/ng0WWuW"
# This sends anonymous usage-data, stack traces on errors and
# performance data to sentry.io, and is fully opt-in
error_reporting:
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:
postgresql:
password: "Q9o4TsbpAY"
server:
ingress:
# Specify kubernetes ingress controller class name
server:
ingress:
ingressClassName: traefik
enabled: true
hosts:
- auth.mafyuh.com
postgresql:
enabled: true
auth:
- auth.mafyuh.com
postgresql:
enabled: true
auth:
password: "Q9o4TsbpAY"
redis:
enabled: true
redis:
enabled: true