canal
This commit is contained in:
@ -55,7 +55,9 @@ spec:
|
||||
path: /
|
||||
port: http
|
||||
env:
|
||||
{{- toYaml .Values.extraEnvVars | nindent 12 }}
|
||||
- name: TZ
|
||||
value: "Asia/Shanghai"
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.extraEnvVars "context" $ ) | nindent 12 }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
|
@ -55,7 +55,7 @@ ingress:
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
extraEnvVars: |
|
||||
extraEnvVars:
|
||||
- name: canal.instance.master.address
|
||||
value: mysql:3306
|
||||
- name: canal.instance.dbUsername
|
||||
|
Reference in New Issue
Block a user