diff --git a/addons/cluster-autoscaler/v1.4.0.yaml b/addons/cluster-autoscaler/v1.4.0.yaml index 80d1a0d5aa..ed93453114 100644 --- a/addons/cluster-autoscaler/v1.4.0.yaml +++ b/addons/cluster-autoscaler/v1.4.0.yaml @@ -21,6 +21,14 @@ spec: containers: - name: cluster-autoscaler image: {{IMAGE}} + livenessProbe: + httpGet: + path: /health-check + port: 8085 + readinessProbe: + httpGet: + path: /health-check + port: 8085 resources: limits: cpu: 100m diff --git a/addons/cluster-autoscaler/v1.6.0.yaml b/addons/cluster-autoscaler/v1.6.0.yaml index e49376192c..f365fcd6d4 100644 --- a/addons/cluster-autoscaler/v1.6.0.yaml +++ b/addons/cluster-autoscaler/v1.6.0.yaml @@ -184,6 +184,14 @@ spec: containers: - name: cluster-autoscaler image: {{IMAGE}} + livenessProbe: + httpGet: + path: /health-check + port: 8085 + readinessProbe: + httpGet: + path: /health-check + port: 8085 resources: limits: cpu: 100m diff --git a/addons/cluster-autoscaler/v1.8.0.yaml b/addons/cluster-autoscaler/v1.8.0.yaml index e8487b8055..993657052e 100644 --- a/addons/cluster-autoscaler/v1.8.0.yaml +++ b/addons/cluster-autoscaler/v1.8.0.yaml @@ -197,6 +197,14 @@ spec: containers: - name: cluster-autoscaler image: {{IMAGE}} + livenessProbe: + httpGet: + path: /health-check + port: 8085 + readinessProbe: + httpGet: + path: /health-check + port: 8085 resources: limits: cpu: 100m