Merge pull request #224 from 3dwardch3ng/app/postgresql
update ingress for postgresql replica
This commit is contained in:
@@ -3,4 +3,8 @@ spec:
|
||||
- name: postgresql-tcp
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
protocol: TCP
|
||||
- name: postgresql-repl--tcp
|
||||
port: 5433
|
||||
targetPort: 5433
|
||||
protocol: TCP
|
||||
@@ -6,7 +6,8 @@ metadata:
|
||||
data:
|
||||
"53": "flux-system/adguard-home:53"
|
||||
"853": "flux-system/adguard-home:853"
|
||||
"5432": "postgresql/postgresql:5432"
|
||||
"5432": "postgresql/postgresql-primary:5432"
|
||||
"5433": "postgresql/postgresql-replica:5432"
|
||||
"5443": "flux-system/adguard-home:5443"
|
||||
"6060": "flux-system/adguard-home:6060"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user