Switch postgres host

This commit is contained in:
Amarpreet Minhas 2023-07-17 19:47:36 +00:00
parent 9a976f791e
commit f6d369cab0
5 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ internalDatabase:
externalDatabase:
type: postgresql
host: sedan.minhas.io
host: ivyking.minhas.io
existingSecret:
enabled: true
secretName: nextcloud

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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