From 15ab56eb2b67526e17752009a75b3652a6286a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 15 Mar 2025 19:36:08 +0100 Subject: [PATCH] update postgres --- deploy/postgres/postgres-app.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index ffefa89..febd0ab 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -23,16 +23,6 @@ spec: enabled: true storageClass: longhorn size: 20Gi - service: - type: NodePort - port: 5432 - nodePort: 32000 - extendedConfiguration: | - listen_addresses = '*' - max_connections = 100 - shared_buffers = 256MB - pgHbaConfiguration: | - host all all 0.0.0.0/0 md5 destination: server: "https://kubernetes.default.svc" namespace: postgres