From f1a84c0aa42c5f633fa24ae96a1dd690f2322429 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 13 Oct 2023 15:58:59 -0400 Subject: [PATCH] Change to ClusterIP --- postgresql/helmrelease-postgresql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/helmrelease-postgresql.yaml b/postgresql/helmrelease-postgresql.yaml index cb6f280..943c0b4 100644 --- a/postgresql/helmrelease-postgresql.yaml +++ b/postgresql/helmrelease-postgresql.yaml @@ -612,7 +612,7 @@ spec: service: ## @param primary.service.type Kubernetes Service type ## - type: LoadBalancer + type: ClusterIP ## @param primary.service.ports.postgresql PostgreSQL service port ## ports: