feat: change postgresql host

This commit is contained in:
auricom
2022-08-12 18:39:07 +02:00
parent 9fb37f3cb3
commit ae445e1087
9 changed files with 12 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ spec:
EMAIL_USE_TLS: "True"
ALLOWED_HOSTS: "*"
DB: postgres
DB_HOST: postgresql-kube.data.svc.cluster.local.
DB_HOST: postgres.${SECRET_DOMAIN}
DB_PORT: 5432
DB_NAME: healthchecks
DB_USER: healthchecks