Skip to content

Commit 98615b7

Browse files
committed
fix(release): Correct PostgreSQL host in release.yaml for accurate service reference
1 parent 6602d49 commit 98615b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/clusters/feathre-core/base-apps/harbor/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ spec:
947947
# memory: 128Mi
948948
# cpu: 100m
949949
external:
950-
host: "feathre-core-cluster-pg-pooler-rw.cnpg-system.svc.cluster.local"
950+
host: "feather-core-cluster-pg-pooler-rw.cnpg-system.svc.cluster.local"
951951
port: "5432"
952952
username: "harbor"
953953
# password: ""

0 commit comments

Comments
 (0)