Skip to content

Commit

Permalink
fix: changed container port to match the default metrics-bind-address…
Browse files Browse the repository at this point in the history
… setting for the operator.
  • Loading branch information
directedDevops authored and kovaxur committed Nov 27, 2023
1 parent cb855f0 commit 8447833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/psmdb-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: 60000
- containerPort: 8080
protocol: TCP
name: metrics
command:
Expand Down

0 comments on commit 8447833

Please sign in to comment.