This commit is contained in:
marsal wang
2021-12-27 14:56:59 +08:00
parent 8e03a7df60
commit 2726f00348
3 changed files with 1 additions and 9 deletions

View File

@ -92,7 +92,7 @@ helm upgrade -i jenkins jenkins/ --values local-values/jenkins/values.yaml -n j
https://hub.fastgit.org/nacos-group/nacos-k8s.git https://hub.fastgit.org/nacos-group/nacos-k8s.git
``` ```
helm upgrade -i nacos nacos/ --values local-values/nacos/crm1-values.yaml -n crm1 helm upgrade -i nacos-crm1 nacos/ --values local-values/nacos/crm1-values.yaml -n crm1
``` ```

View File

@ -1781,7 +1781,3 @@ kibana:
hosts: hosts:
- '{{ include "elasticsearch.coordinating.fullname" . }}' - '{{ include "elasticsearch.coordinating.fullname" . }}'
port: 9200 port: 9200
configuration:
server:
basePath: "kibana"
rewriteBasePath: false

View File

@ -1781,7 +1781,3 @@ kibana:
hosts: hosts:
- '{{ include "elasticsearch.coordinating.fullname" . }}' - '{{ include "elasticsearch.coordinating.fullname" . }}'
port: 9200 port: 9200
configuration:
server:
basePath: "kibana"
rewriteBasePath: false