addons/cluster-autoscaler: Added healthchecks.

This commit is contained in:
Jonathan Davies 2018-04-05 17:38:16 +01:00
parent f30a8dbcce
commit 847f5bad52
3 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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