Merge pull request #31961 from piosz/heapster-fix

Automatic merge from submit-queue

Fixed port in Heapster liveness probe

fix #31955
pull/6/head
Kubernetes Submit Queue 2016-09-02 06:41:18 -07:00 committed by GitHub
commit dfccabe22f
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