From 21a6de3b24d82ccf341d5e485f63a1c7496e1b48 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 25 Jul 2024 04:38:12 -0400 Subject: [PATCH] wip Signed-off-by: Tamal Saha --- charts/pgadmin/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/pgadmin/templates/deployment.yaml b/charts/pgadmin/templates/deployment.yaml index 98e6838a..7a381d69 100644 --- a/charts/pgadmin/templates/deployment.yaml +++ b/charts/pgadmin/templates/deployment.yaml @@ -94,9 +94,11 @@ spec: # postfix is used to send password reset emails. This feature is not used. - name: PGADMIN_DISABLE_POSTFIX value: "True" + - name: PGADMIN_LISTEN_PORT + value: "8080" ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP # livenessProbe: # httpGet: