Skip to content

Commit

Permalink
Merge pull request #1158 from damdo/fix-manager-deployment-port
Browse files Browse the repository at this point in the history
fix: invalid string for manager's deployment containerPort
  • Loading branch information
k8s-ci-robot committed Mar 4, 2024
2 parents be17146 + 357f190 commit a57a353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
- containerPort: 9440
name: healthz
protocol: TCP
- containerPort: ${CAPG_DIAGNOSTICS_PORT:=8443}
- containerPort: 8443
name: metrics
protocol: TCP
readinessProbe:
Expand Down

0 comments on commit a57a353

Please sign in to comment.