From 2f98791a67f714fbd6ad33ced2899e34a11d8243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 19:15:04 +0100 Subject: [PATCH] expose postgres --- deploy/postgres/postgres-app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index febd0ab..9be4862 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -23,6 +23,10 @@ spec: enabled: true storageClass: longhorn size: 20Gi + service: + type: NodePort + port: 5432 + nodePort: 32000 destination: server: "https://kubernetes.default.svc" namespace: postgres