Add liveness probe for cluster autoscaler

This commit is contained in:
Aleksandra Malinowska 2017-05-19 15:47:58 +02:00
parent c3dd67dc21
commit 86f4f669cd

View File

@ -26,6 +26,14 @@
{
"name": "cluster-autoscaler",
"image": "gcr.io/google_containers/cluster-autoscaler:v0.6.0-beta1",
"livenessProbe": {
"httpGet": {
"path": "/health-check",
"port": 8085
},
"initialDelaySeconds": 600,
"periodSeconds": 60
},
"command": [
"./run.sh",
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",