update postgres url for gitea, netmaker, and peertube

This commit is contained in:
2025-11-13 21:16:49 -05:00
parent a514eed9cf
commit d17fce4dcc
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ gitea:
config: config:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
HOST: weyma-pgsql-rw.cloudnativepg.svc.cluster.local HOST: pooler-weyma-rw.cloudnativepg.svc.cluster.local
NAME: gitea NAME: gitea
USER: gitea USER: gitea
server: server:

View File

@@ -11,7 +11,7 @@ data:
DNS_MODE: "off" DNS_MODE: "off"
DISPLAY_KEYS: "on" DISPLAY_KEYS: "on"
DATABASE: postgres DATABASE: postgres
SQL_HOST: "weyma-pgsql-rw.cloudnativepg.svc.cluster.local" SQL_HOST: "pooler-weyma-rw.cloudnativepg.svc.cluster.local"
SQL_PORT: "5432" SQL_PORT: "5432"
SQL_DB: "netmaker" SQL_DB: "netmaker"
SQL_USER: "netmaker" SQL_USER: "netmaker"

View File

@@ -8,7 +8,7 @@ data:
POSTGRES_USER: peertube POSTGRES_USER: peertube
POSTGRES_DB: peertube POSTGRES_DB: peertube
PEERTUBE_DB_USERNAME: peertube PEERTUBE_DB_USERNAME: peertube
PEERTUBE_DB_HOSTNAME: weyma-pgsql-rw.cloudnativepg.svc.cluster.local PEERTUBE_DB_HOSTNAME: pooler-weyma-rw.cloudnativepg.svc.cluster.local
PEERTUBE_DB_PORT: "5432" PEERTUBE_DB_PORT: "5432"
PEERTUBE_WEBSERVER_HOSTNAME: "tube.dubyatp.xyz" PEERTUBE_WEBSERVER_HOSTNAME: "tube.dubyatp.xyz"
PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.18.0.0/16"]' PEERTUBE_TRUST_PROXY: '["127.0.0.1", "loopback", "172.18.0.0/16"]'