Skip to content

Commit

Permalink
fix: invalid string for manager's deployment containerPort
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Mar 4, 2024
1 parent be17146 commit 357f190
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 357f190

Please sign in to comment.