Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
318e0cf9f8
commit
e4a5bc9df6
@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user