Skip to content

Commit a57a353

Browse files
authored
Merge pull request #1158 from damdo/fix-manager-deployment-port
fix: invalid string for manager's deployment containerPort
2 parents be17146 + 357f190 commit a57a353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- containerPort: 9440
3333
name: healthz
3434
protocol: TCP
35-
- containerPort: ${CAPG_DIAGNOSTICS_PORT:=8443}
35+
- containerPort: 8443
3636
name: metrics
3737
protocol: TCP
3838
readinessProbe:

0 commit comments

Comments
 (0)