mirror of https://github.com/kubernetes/kops.git
addons/cluster-autoscaler: Added healthchecks.
This commit is contained in:
parent
f30a8dbcce
commit
847f5bad52
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue