Change healthz port to avoid conflicts when running using hostNetwork
This commit is contained in:
parent
0f70b80745
commit
4fe3462a82
14 changed files with 20 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
|||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: 10249
|
||||
port: 10254
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue