update es

This commit is contained in:
2023-07-04 15:56:02 +10:00
parent 2e7ba0e4e1
commit c850a779f3
+3 -3
View File
@@ -55,7 +55,7 @@ spec:
value: "-Xms1200m -Xmx1200m"
initContainers:
- name: fix-permissions
image: busybox
image: alpine
command: ["sh", "-c", "chown -R 1000:1000 /usr/share/elasticsearch/data"]
securityContext:
privileged: true
@@ -63,12 +63,12 @@ spec:
- name: data
mountPath: /usr/share/elasticsearch/data
- name: increase-vm-max-map
image: busybox
image: alpine
command: ["sysctl", "-w", "vm.max_map_count=262144"]
securityContext:
privileged: true
- name: increase-fd-ulimit
image: busybox
image: alpine
command: ["sh", "-c", "ulimit -n 65536"]
securityContext:
privileged: true