From 6709b48ffd9a45eb4cdcf0faf458bf9bc0f8a0d9 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Tue, 18 Jul 2023 14:28:04 +0900 Subject: [PATCH] =?UTF-8?q?postgres=20service=20=EB=B3=80=EA=B2=BD=20Clust?= =?UTF-8?q?erIP=20->=20NodePort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/charts/postgres/templates/3.postgres-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cmoa_install/files/02-base/base/charts/postgres/templates/3.postgres-service.yaml b/roles/cmoa_install/files/02-base/base/charts/postgres/templates/3.postgres-service.yaml index 31e90a2..6e649e1 100644 --- a/roles/cmoa_install/files/02-base/base/charts/postgres/templates/3.postgres-service.yaml +++ b/roles/cmoa_install/files/02-base/base/charts/postgres/templates/3.postgres-service.yaml @@ -6,9 +6,9 @@ metadata: labels: app: postgres spec: - type: ClusterIP + type: NodePort ports: - port: 5432 - # nodePort: 5432 + nodePort: 31020 selector: app: postgres