Skip to content

Commit 9047262

Browse files
heckjdlorenc
authored andcommitted
adding memory request and limit to efk addon
- running efk with minikube default memory (2048Mi) was running the set out of resources. Seemed like it should at least be aware it didn't have sufficient resources for the elasticSearch portion, so adding a request and limit based on cAdvisor observation of a running system.
1 parent 9506785 commit 9047262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/addons/efk/elasticsearch-rc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ spec:
3838
resources:
3939
limits:
4040
cpu: 500m
41+
memory: 2400Mi
4142
requests:
4243
cpu: 100m
44+
memory: 2350Mi
4345
ports:
4446
- containerPort: 9200
4547
name: db

0 commit comments

Comments
 (0)