Commit 1b0e3248 authored by Mik Vyatskov's avatar Mik Vyatskov

Increase kibana CPU limit to sped up the startup

parent bd5e2d58
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment