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