This commit is contained in:
marsal wang
2021-12-31 00:10:01 +08:00
parent 785409b571
commit b8ac6eaee2

View File

@ -193,10 +193,10 @@ extraVolumeMounts: []
## Specify dictionary of scripts to be run at first boot ## Specify dictionary of scripts to be run at first boot
## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory ## Alternatively, you can put your scripts under the files/docker-entrypoint-initdb.d directory
## For example: ## For example:
initScripts: # initScripts:
my_init_script.sh: | # my_init_script.sh: |
#!/bin/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 # /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: {} # initScripts: {}
## @param initScriptsCM ConfigMap with the init scripts. Evaluated as a template. ## @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) ## @param master.service.nodePort Kubernetes Service nodePort (master-eligible nodes)
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
## ##
nodePort: "" nodePort: "19300"
## @param master.service.annotations Annotations for master-eligible nodes service ## @param master.service.annotations Annotations for master-eligible nodes service
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer ## 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) ## @param coordinating.service.nodePort Kubernetes Service nodePort (coordinating-only nodes)
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
## ##
nodePort: "" nodePort: "19200"
## @param coordinating.service.annotations Annotations for coordinating-only nodes service ## @param coordinating.service.annotations Annotations for coordinating-only nodes service
## Set the LoadBalancer service type to internal only. ## Set the LoadBalancer service type to internal only.
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer