Fixed port in Heapster liveness probe

This commit is contained in:
Piotr Szczesniak 2016-09-02 11:50:32 +02:00
parent 43093609c1
commit 45b6b861ae
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 port: 8082
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 180
timeoutSeconds: 5 timeoutSeconds: 5

View File

@ -47,7 +47,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 port: 8082
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 180
timeoutSeconds: 5 timeoutSeconds: 5

View File

@ -47,7 +47,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 port: 8082
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 180
timeoutSeconds: 5 timeoutSeconds: 5

View File

@ -43,7 +43,7 @@ spec:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 8080 port: 8082
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 180
timeoutSeconds: 5 timeoutSeconds: 5