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

@@ -38,7 +38,7 @@ spec:
RUN_AT_START: true
database:
DB_TYPE: postgres
HOST: postgresql-kube.data.svc.cluster.local.:5432
HOST: postgres.${SECRET_DOMAIN}:5432
NAME: gitea
USER: gitea
PASSWD: ${SECRET_GITEA_DB_PASSWORD}