mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
Sync prerequisites with Helm Charts (#4483)
### What problem does this PR solve? Address #4391 ### Type of change - [x] Other (please describe):
This commit is contained in:
parent
8f7ecde908
commit
713f38090b
@ -52,6 +52,12 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/share/elasticsearch/data
|
- mountPath: /usr/share/elasticsearch/data
|
||||||
name: es-data
|
name: es-data
|
||||||
|
- name: sysctl
|
||||||
|
image: busybox
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
runAsUser: 0
|
||||||
|
command: ["sysctl", "-w", "vm.max_map_count=262144"]
|
||||||
containers:
|
containers:
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:{{ .Values.env.STACK_VERSION }}
|
image: docker.elastic.co/elasticsearch/elasticsearch:{{ .Values.env.STACK_VERSION }}
|
||||||
|
@ -91,7 +91,8 @@ elasticsearch:
|
|||||||
strategy:
|
strategy:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 8Gi
|
cpu: "4"
|
||||||
|
memory: "16Gi"
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user