Skip to content

Commit 7821d62

Browse files
committed
Fix metrics port in helm chart
1 parent 1f2b064 commit 7821d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/k8s-gitops-secrets-controller/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
imagePullPolicy: {{ .Values.image.pullPolicy }}
5656
ports:
5757
- name: http
58-
containerPort: 9000
58+
containerPort: 8080
5959
protocol: TCP
6060
livenessProbe:
6161
httpGet:

0 commit comments

Comments
 (0)