Update elastic.yaml
parent
2a1649add7
commit
62b2c59faa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue