Skip to content

Commit

Permalink
Sync prerequisites with Helm Charts (#4483)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Address #4391 

### Type of change

- [x] Other (please describe):
  • Loading branch information
hrchu authored Jan 15, 2025
1 parent 8f7ecde commit 713f380
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions helm/templates/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ spec:
volumeMounts:
- mountPath: /usr/share/elasticsearch/data
name: es-data
- name: sysctl
image: busybox
securityContext:
privileged: true
runAsUser: 0
command: ["sysctl", "-w", "vm.max_map_count=262144"]
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:{{ .Values.env.STACK_VERSION }}
Expand Down
3 changes: 2 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ elasticsearch:
strategy:
resources:
requests:
memory: 8Gi
cpu: "4"
memory: "16Gi"
service:
type: ClusterIP

Expand Down

0 comments on commit 713f380

Please sign in to comment.