testing
This commit is contained in:
parent
a7134d2f69
commit
46624d20e8
5 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
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