Change healthz port to avoid conflicts when running using hostNetwork

This commit is contained in:
Manuel de Brito Fontes 2016-08-02 21:47:44 -04:00
parent 0f70b80745
commit 4fe3462a82
14 changed files with 20 additions and 13 deletions

View file

@ -22,7 +22,7 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 10249
port: 10254
scheme: HTTP
initialDelaySeconds: 30
timeoutSeconds: 5