Skip to content

Commit

Permalink
fix(helm): Fix port on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 3, 2024
1 parent 2876224 commit 060df2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/postgresql-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
value: {{ include "postgresql-operator.fullname" . }}
ports:
- name: http-metrics
containerPort: 8383
containerPort: 8080
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 060df2e

Please sign in to comment.