Switch postgres host
This commit is contained in:
parent
9a976f791e
commit
f6d369cab0
5 changed files with 5 additions and 5 deletions
|
@ -62,7 +62,7 @@ internalDatabase:
|
|||
|
||||
externalDatabase:
|
||||
type: postgresql
|
||||
host: sedan.minhas.io
|
||||
host: ivyking.minhas.io
|
||||
existingSecret:
|
||||
enabled: true
|
||||
secretName: nextcloud
|
||||
|
|
|
@ -29,7 +29,7 @@ env:
|
|||
- name: SYMFONY__ENV__DATABASE_DRIVER
|
||||
value: pdo_pgsql
|
||||
- name: SYMFONY__ENV__DATABASE_HOST
|
||||
value: sedan.minhas.io
|
||||
value: ivyking.minhas.io
|
||||
- name: SYMFONY__ENV__DATABASE_PORT
|
||||
value: 5432
|
||||
- name: SYMFONY__ENV__DATABASE_NAME
|
||||
|
|
|
@ -84,7 +84,7 @@ spec:
|
|||
location: MESH_EXTERNAL
|
||||
resolution: STATIC
|
||||
endpoints:
|
||||
- address: 192.168.0.12
|
||||
- address: 192.168.0.99
|
||||
...
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
|
|
|
@ -18,7 +18,7 @@ gitea:
|
|||
DOMAIN: git.minhas.io
|
||||
database:
|
||||
DB_TYPE: postgres
|
||||
HOST: sedan.minhas.io
|
||||
HOST: ivyking.minhas.io
|
||||
NAME: git
|
||||
USER: git
|
||||
service:
|
||||
|
|
|
@ -42,7 +42,7 @@ env:
|
|||
- name: API_PORT
|
||||
value: "80"
|
||||
- name: DB_HOST
|
||||
value: sedan.minhas.io
|
||||
value: ivyking.minhas.io
|
||||
- name: DB_NAME
|
||||
value: sudosci
|
||||
- name: DB_PORT
|
||||
|
|
Loading…
Reference in a new issue