diff --git a/local-values/es/crm1.yaml b/local-values/es/crm1.yaml index 9b63b48..a854218 100644 --- a/local-values/es/crm1.yaml +++ b/local-values/es/crm1.yaml @@ -168,15 +168,13 @@ config: {} ## @param extraConfig Append extra configuration to the elasticsearch node configuration ## Use this instead of `config` to add more configuration ## See below example: -extraConfig: - xpack.security.enabled: true - xpack.security.authc.api_key.enabled: true - # node: - # store: - # allow_mmap: false +##extraConfig: + ## node: + ## store: + ## allow_mmap: false ## ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html ## -# extraConfig: {} +extraConfig: {} ## @param extraVolumes A list of volumes to be added to the pod ## Example Use Case: mount ssl certificates when elasticsearch has tls enabled ## extraVolumes: @@ -198,6 +196,7 @@ extraVolumeMounts: [] initScripts: my_init_script.sh: | #!/bin/sh + echo 140.82.113.4 github.com >> /etc/hosts /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip # initScripts: {}