mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Set resource limit for both elasticsearch and kibana containers based on data collected by #10335
This commit is contained in:
parent
ce520dd6e8
commit
6b61918b67
@ -22,6 +22,9 @@ spec:
|
||||
containers:
|
||||
- image: gcr.io/google_containers/elasticsearch:1.4
|
||||
name: elasticsearch-logging
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
ports:
|
||||
- containerPort: 9200
|
||||
name: es-port
|
||||
|
@ -22,6 +22,9 @@ spec:
|
||||
containers:
|
||||
- name: kibana-logging
|
||||
image: gcr.io/google_containers/kibana:1.3
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
env:
|
||||
- name: "ELASTICSEARCH_URL"
|
||||
value: "http://elasticsearch-logging:9200"
|
||||
|
Loading…
Reference in New Issue
Block a user