Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 25, 2024
1 parent 691747e commit 21a6de3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/pgadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21a6de3

Please sign in to comment.