# The service for the Connect sidecar injector {{- if (or (and (ne (.Values.connectInject.enabled | toString) "-") .Values.connectInject.enabled) (and (eq (.Values.connectInject.enabled | toString) "-") .Values.global.enabled)) }} apiVersion: v1 kind: Service metadata: name: {{ template "consul.fullname" . }}-connect-injector-svc namespace: {{ .Release.Namespace }} labels: app: {{ template "consul.name" . }} chart: {{ template "consul.chart" . }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} spec: ports: - port: 443 targetPort: 8080 selector: app: {{ template "consul.name" . }} release: "{{ .Release.Name }}" component: connect-injector {{- end }}