xxl-job2
This commit is contained in:
@ -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
|
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
|
||||||
|
|
||||||
|
```
|
@ -45,7 +45,6 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: PARAMS
|
- 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" }}
|
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 }}
|
{{- if not .Values.healthChk.enabled }}
|
||||||
{{- with .Values.healthChk.content }}
|
{{- with .Values.healthChk.content }}
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
|
Reference in New Issue
Block a user