From b8ac6eaee2b2abd4e87b3344d421ae2f7a4d392e Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Fri, 31 Dec 2021 00:10:01 +0800 Subject: [PATCH] test --- local-values/es/crm1.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/local-values/es/crm1.yaml b/local-values/es/crm1.yaml index 5039060..8288bdf 100644 --- a/local-values/es/crm1.yaml +++ b/local-values/es/crm1.yaml @@ -193,10 +193,10 @@ extraVolumeMounts: [] ## Specify dictionary of scripts to be run at first boot ## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory ## For example: -initScripts: - my_init_script.sh: | - #!/bin/sh - /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip +# initScripts: +# my_init_script.sh: | +# #!/bin/sh +# /opt/bitnami/elasticsearch/bin/elasticsearch-plugin install -b https://hub.fastgit.org/medcl/elasticsearch-analysis-ik/releases/download/v7.16.2/elasticsearch-analysis-ik-7.16.2.zip # initScripts: {} ## @param initScriptsCM ConfigMap with the init scripts. Evaluated as a template. @@ -468,7 +468,7 @@ master: ## @param master.service.nodePort Kubernetes Service nodePort (master-eligible nodes) ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## - nodePort: "" + nodePort: "19300" ## @param master.service.annotations Annotations for master-eligible nodes service ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer ## @@ -701,7 +701,7 @@ coordinating: ## @param coordinating.service.nodePort Kubernetes Service nodePort (coordinating-only nodes) ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## - nodePort: "" + nodePort: "19200" ## @param coordinating.service.annotations Annotations for coordinating-only nodes service ## Set the LoadBalancer service type to internal only. ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer