expose pg database

This commit is contained in:
2024-07-12 18:21:09 +10:00
parent f6ac31e84d
commit 04bd09d221
2 changed files with 4 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ metadata:
data:
"53": "adguard-home/adguard-home:53"
"853": "adguard-home/adguard-home:853"
"5432": "postgresql/postgresql-primary:5432"
"5433": "postgresql/postgresql-replica:5432"
"5443": "adguard-home/adguard-home:5443"
"6060": "adguard-home/adguard-home:6060"
"8388": "qbittorrent/qbittorrent-qbittorrent-torrent:8388"

View File

@@ -36,6 +36,8 @@ spec:
runAsGroup: 1000
podLabels:
name: "postgresql-primary"
service:
type: "LoadBalancer"
persistence:
existingClaim: postgresql-primary-pvc
selector:
@@ -50,6 +52,8 @@ spec:
runAsGroup: 1000
podLabels:
name: "postgresql-replica"
service:
type: "LoadBalancer"
persistence:
existingClaim: postgresql-replica-pvc
selector: