testing
This commit is contained in:
parent
c9a9da38c7
commit
988aeef4fc
1 changed files with 27 additions and 0 deletions
27
cluster/apps/production/authentik/authentik/values.yaml
Normal file
27
cluster/apps/production/authentik/authentik/values.yaml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
Loading…
Reference in a new issue