testing
This commit is contained in:
parent
b124090da3
commit
4dff44f6bd
1 changed files with 19 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue