apiVersion: v1 kind: Service metadata: # we use the normal name here (e.g. 'prometheus') # as grafana is configured to use this as a data source name: istio-citadel namespace: {{ .Release.Namespace }} labels: app: {{ template "security.name" . }} chart: {{ template "security.chart" . }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} istio: citadel spec: ports: - name: grpc-citadel port: 8060 targetPort: 8060 protocol: TCP - name: http-monitoring port: {{ .Values.global.monitoringPort }} selector: istio: citadel