From ea8df9ea424b54624fbcc1ede08c45c728fad5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 29 Mar 2025 20:15:26 +0100 Subject: [PATCH] update ingress --- deploy/ingress-nginx/ingress-nginx-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ingress-nginx/ingress-nginx-deploy.yaml b/deploy/ingress-nginx/ingress-nginx-deploy.yaml index 0e78a53..6f96b96 100644 --- a/deploy/ingress-nginx/ingress-nginx-deploy.yaml +++ b/deploy/ingress-nginx/ingress-nginx-deploy.yaml @@ -359,7 +359,7 @@ spec: port: 443 protocol: TCP targetPort: https - - name: tcp-postgres + - name: tcp-5432 port: 5432 protocol: TCP targetPort: 5432