auth update
This commit is contained in:
@@ -21,4 +21,51 @@ server:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
password: "ThisIsNotASecurePassword"
|
password: "ThisIsNotASecurePassword" postgresql:
|
||||||
|
host: "your-cnpg-cluster-rw.namespace.svc.cluster.local"
|
||||||
|
name: "authentik"
|
||||||
|
port: 5432
|
||||||
|
existingSecret: "authentik-credentials" # if you want to use a secret
|
||||||
|
server:
|
||||||
|
ingress:
|
||||||
|
# Specify kubernetes ingress controller class name
|
||||||
|
ingressClassName: nginx | traefik | kong
|
||||||
|
enabled: true postgresql:
|
||||||
|
host: "your-cnpg-cluster-rw.namespace.svc.cluster.local"
|
||||||
|
name: "authentik"
|
||||||
|
port: 5432
|
||||||
|
existingSecret: "authentik-credentials" # if you want to use a secret
|
||||||
|
server:
|
||||||
|
ingress:
|
||||||
|
# Specify kubernetes ingress controller class name
|
||||||
|
ingressClassName: nginx | traefik | kong
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- authentik.domain.tld
|
||||||
|
|
||||||
|
# Disable the built-in PostgreSQL
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
hosts:
|
||||||
|
- authentik.domain.tld
|
||||||
|
|
||||||
|
# Disable the built-in PostgreSQL
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
postgresql:
|
||||||
|
host: "your-cnpg-cluster-rw.namespace.svc.cluster.local"
|
||||||
|
name: "authentik"
|
||||||
|
port: 5432
|
||||||
|
existingSecret: "authentik-credentials" # if you want to use a secret
|
||||||
|
server:
|
||||||
|
ingress:
|
||||||
|
# Specify kubernetes ingress controller class name
|
||||||
|
ingressClassName: nginx | traefik | kong
|
||||||
|
enabled: true
|
||||||
|
hosts:
|
||||||
|
- authentik.domain.tld
|
||||||
|
|
||||||
|
# Disable the built-in PostgreSQL
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user