Update elastic.yaml

main
ycz008 2024-03-05 06:15:25 +08:00 committed by GitHub
parent 2a1649add7
commit 62b2c59faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ spec:
- name: xpack.monitoring.collection.enabled - name: xpack.monitoring.collection.enabled
value: "false" value: "false"
- name: ES_JAVA_OPTS - name: ES_JAVA_OPTS
value: "-Xms1024m -Xmx1024m" value: "-Xms2048m -Xmx2048m"
- name: ELASTIC_PASSWORD - name: ELASTIC_PASSWORD
value: "changeme" value: "changeme"
resources: resources:
@ -142,7 +142,7 @@ spec:
memory: 4Gi memory: 4Gi
requests: requests:
cpu: 100m cpu: 100m
memory: 128Mi memory: 512Mi
volumeMounts: volumeMounts:
- name: elastic-dev - name: elastic-dev
mountPath: /usr/share/elasticsearch/data mountPath: /usr/share/elasticsearch/data