Procházet zdrojové kódy

Sync prerequisites with Helm Charts (#4483)

### What problem does this PR solve?

Address #4391 

### Type of change

- [x] Other (please describe):
tags/v0.16.0
petertc před 9 měsíci
rodič
revize
713f38090b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 6
    0
      helm/templates/elasticsearch.yaml
  2. 2
    1
      helm/values.yaml

+ 6
- 0
helm/templates/elasticsearch.yaml Zobrazit soubor

@@ -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 }}

+ 2
- 1
helm/values.yaml Zobrazit soubor

@@ -91,7 +91,8 @@ elasticsearch:
strategy:
resources:
requests:
memory: 8Gi
cpu: "4"
memory: "16Gi"
service:
type: ClusterIP


Načítá se…
Zrušit
Uložit