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 ingressClassName: nginx | traefik | kong
enabled: true enabled: true
hosts: hosts:
# Specify external host name - authentik.domain.tld
- host: authentik.domain.tld
paths:
- path: "/"
pathType: Prefix
postgresql: postgresql:
enabled: true enabled: true
postgresqlPassword: "ThisIsNotASecurePassword" auth:
password: "ThisIsNotASecurePassword"
redis: redis:
enabled: true enabled: true
``` ```