apiVersion: v1 kind: Service metadata: name: {{ include "telegraf-operator.fullname" . }} namespace: {{ .Release.Namespace }} labels: {{- include "telegraf-operator.labels" . | nindent 4 }} spec: type: ClusterIP ports: - name: https port: 443 protocol: TCP targetPort: 9443 selector: {{- include "telegraf-operator.selectorLabels" . | nindent 4 }}