Commit 45b6b861 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Fixed port in Heapster liveness probe

parent 43093609
...@@ -47,7 +47,7 @@ spec: ...@@ -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
......
...@@ -47,7 +47,7 @@ spec: ...@@ -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
......
...@@ -47,7 +47,7 @@ spec: ...@@ -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
......
...@@ -43,7 +43,7 @@ spec: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment