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
## 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