Skip to content

Commit

Permalink
website/docs: installation: kubernetes: fix values (#8783)
Browse files Browse the repository at this point in the history
  • Loading branch information
rissson authored Mar 4, 2024
1 parent f74549b commit 083be1f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/docs/installation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ authentik:
postgresql:
password: "ThisIsNotASecurePassword"

ingress:
# Specify kubernetes ingress controller class name
ingressClassName: nginx | traefik | kong
enabled: true
hosts:
- authentik.domain.tld
server:
ingress:
# Specify kubernetes ingress controller class name
ingressClassName: nginx | traefik | kong
enabled: true
hosts:
- authentik.domain.tld

postgresql:
enabled: true
Expand Down

0 comments on commit 083be1f

Please sign in to comment.