update postgres url for gitea, netmaker, and peertube
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"]'
|
||||||
|
|||||||
Reference in New Issue
Block a user