mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🎨 postgres variables
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user