apiVersion:v1kind:Servicemetadata:# we use the normal name here (e.g. 'prometheus')# as grafana is configured to use this as a data sourcename:istio-citadelnamespace:{{.Release.Namespace}}labels:app:{{template "security.name" .}}chart:{{template "security.chart" .}}heritage:{{.Release.Service}}release:{{.Release.Name}}istio:citadelspec:ports:-name:grpc-citadelport:8060targetPort:8060protocol:TCP-name:http-monitoringport:{{.Values.global.monitoringPort}}selector:istio:citadel