feat: migrate to postgresql-kube

This commit is contained in:
auricom
2021-04-21 02:54:09 +02:00
parent 3845787509
commit 3c58a03d30
8 changed files with 17 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ spec:
APP_NAME: "Homelab Gitea"
database:
DB_TYPE: postgres
HOST: postgresql:5432
HOST: postgresql-kube.data.svc.cluster.local.:5432
NAME: gitea
USER: gitea
PASSWD: ${SECRET_GITEA_DB_PASSWORD}