Skip to content

Commit

Permalink
website/docs: kubernetes installation: update values (#8575)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson committed Feb 19, 2024
1 parent 318e0cf commit b8307ba
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 b8307ba

Please sign in to comment.