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: