This commit is contained in:
marsal wang
2021-12-30 15:15:48 +08:00
parent f3bfe3f76d
commit bad6d297c9
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- port: {{ .Values.service.port }} - port: {{ .Values.service.port }}
targetPort: http targetPort: 11110
protocol: TCP protocol: TCP
name: http name: http
selector: selector:

View File

@ -38,7 +38,7 @@ securityContext: {}
service: service:
type: ClusterIP type: ClusterIP
port: 9100 port: 11110
ingress: ingress:
enabled: false enabled: false
@ -71,7 +71,7 @@ extraEnvVars:
- name: "canal.instance.enableDruid" - name: "canal.instance.enableDruid"
value: "false" value: "false"
- name: "canal.instance.filter.regex" - name: "canal.instance.filter.regex"
value: "zd_rescue\\\\.user_order_his.*,zd_rescue\\\\.task_order_his.*,zd_rescue\\\\.task_order_cost_his.*,zd_rescue.supplier_account_record,zd_rescue.customer_order_account" value: "zd_rescue\\.user_order_his.*,zd_rescue\\.task_order_his.*,zd_rescue\\.task_order_cost_his.*,zd_rescue.supplier_account_record,zd_rescue.customer_order_account"
- name: "canal.mq.topic" - name: "canal.mq.topic"
value: "canal_example" value: "canal_example"
- name: "canal.serverMode" - name: "canal.serverMode"