move to use local names for some dbs to reduce dns load[ci skip]
This commit is contained in:
parent
d0e68769e7
commit
80d7c29946
3 changed files with 4 additions and 4 deletions
|
|
@ -5,11 +5,11 @@ authentik:
|
|||
error_reporting:
|
||||
enabled: true
|
||||
postgresql:
|
||||
host: postgresql.dbaas.svc.cluster.local
|
||||
host: postgresql.dbaas
|
||||
user: authentik
|
||||
password: ${postgres_password}
|
||||
redis:
|
||||
host: redis.redis.svc.cluster.local
|
||||
host: redis.redis
|
||||
|
||||
server:
|
||||
ingress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue