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:
httpGet:
path: /healthz
port: 8080
port: 8082
scheme: HTTP
initialDelaySeconds: 180
timeoutSeconds: 5

View File

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

View File

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

View File

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