mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Increase kibana CPU limit to sped up the startup
This commit is contained in:
parent
bd5e2d5878
commit
1b0e32480c
@ -21,9 +21,9 @@ spec:
|
||||
- name: kibana-logging
|
||||
image: docker.elastic.co/kibana/kibana:5.5.1
|
||||
resources:
|
||||
# keep request = limit to keep this container in guaranteed class
|
||||
# need more cpu upon initialization, therefore burstable class
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 1000m
|
||||
requests:
|
||||
cpu: 100m
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user