Increase kibana CPU limit to sped up the startup
This commit is contained in:
@@ -21,9 +21,9 @@ spec:
|
|||||||
- name: kibana-logging
|
- name: kibana-logging
|
||||||
image: docker.elastic.co/kibana/kibana:5.5.1
|
image: docker.elastic.co/kibana/kibana:5.5.1
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# need more cpu upon initialization, therefore burstable class
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 1000m
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user