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