This commit is contained in:
marsal wang
2021-12-30 12:05:41 +08:00
parent 0b58095a3b
commit e0cc81e479
19 changed files with 783 additions and 2 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "canal-server.fullname" . }}
labels:
{{- include "canal-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "canal-server.selectorLabels" . | nindent 4 }}