mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
feat: change postgresql host
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user