website/docs: kubernetes installation: update values (cherry-pick #8575) (#8576)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-02-19 15:27:13 +01:00
committed by GitHub
parent 318e0cf9f8
commit e4a5bc9df6

View File

@ -45,15 +45,12 @@ ingress:
ingressClassName: nginx | traefik | kong
enabled: true
hosts:
# Specify external host name
- host: authentik.domain.tld
paths:
- path: "/"
pathType: Prefix
- authentik.domain.tld
postgresql:
enabled: true
postgresqlPassword: "ThisIsNotASecurePassword"
auth:
password: "ThisIsNotASecurePassword"
redis:
enabled: true
```