This commit is contained in:
marsal wang
2021-12-24 14:06:36 +08:00
parent 1d913427ac
commit b2e1c3ae1b
2 changed files with 8 additions and 1 deletions

View File

@ -40,3 +40,11 @@ https://hub.fastgit.org/nacos-group/nacos-k8s.git
helm upgrade -i nacos-crm1 nacos/ --values local-values/nacos/crm1-values.yaml -n crm1
```
## xxl-job-admin
https://hub.fastgit.org/nacos-group/nacos-k8s.git
```
helm upgrade -i xxl-job-admin-crm1 xxl-job-admin/ --values local-values/xxl-job/crm1.yaml -n crm1
```

View File

@ -45,7 +45,6 @@ spec:
env:
- name: PARAMS
value: {{ .Values.PARAMS_VALUE | "--spring.datasource.url=jdbc:mysql://mysql:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai --spring.datasource.username=root --spring.datasource.password=mysql" }}
{{- if not .Values.healthChk.enabled }}
{{- with .Values.healthChk.content }}
{{- toYaml . | nindent 10 }}