🎨 postgres variables

This commit is contained in:
auricom
2022-11-27 19:16:02 +01:00
parent 815262b622
commit 65fbd8d0af
26 changed files with 34 additions and 32 deletions

View File

@@ -42,7 +42,7 @@ spec:
RUN_AT_START: true
database:
DB_TYPE: postgres
HOST: postgres-rw.default.svc.cluster.local.:5432
HOST: ${POSTGRES_HOST}:${POSTGRES_PORT}
NAME: gitea
SCHEMA: public
SSL_MODE: disable