diff --git a/kubernetes/apps/databases/crunchy-postgres-operator/database/postgrescluster.yaml b/kubernetes/apps/databases/crunchy-postgres-operator/database/postgrescluster.yaml index 779ea5b4dc..cc02ae6c1c 100644 --- a/kubernetes/apps/databases/crunchy-postgres-operator/database/postgrescluster.yaml +++ b/kubernetes/apps/databases/crunchy-postgres-operator/database/postgrescluster.yaml @@ -29,6 +29,11 @@ spec: pg_hba: - hostnossl all all 10.244.0.0/16 md5 - hostssl all all all md5 + service: + type: LoadBalancer + externalTrafficPolicy: Local + loadBalancerIP: "10.8.20.217" + instances: - name: postgres metadata: