Skip to content

Commit

Permalink
website/docs: kubernetes installation: update values (cherry-pick #8575
Browse files Browse the repository at this point in the history
…) (#8576)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
  • Loading branch information
gcp-cherry-pick-bot[bot] and rissson committed Feb 19, 2024
1 parent 318e0cf commit e4a5bc9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions website/docs/installation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit e4a5bc9

Please sign in to comment.