istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/ambient-argo/tag-chart/templates/shimservice.yaml (about) 1 {{- if ((.Values.base.tags.default).revision) }} 2 apiVersion: v1 3 kind: Service 4 metadata: 5 labels: 6 install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }} 7 operator.istio.io/component: "Pilot" 8 app: istiod 9 istio: pilot 10 release: {{ .Release.Name }} 11 name: istiod 12 namespace: istio-system 13 spec: 14 ports: 15 - name: grpc-xds 16 port: 15010 17 protocol: TCP 18 - name: https-dns 19 port: 15012 20 protocol: TCP 21 - name: https-webhook 22 port: 443 23 protocol: TCP 24 targetPort: 15017 25 - name: http-monitoring 26 port: 15014 27 protocol: TCP 28 selector: 29 app: istiod 30 istio.io/rev: {{ .Values.base.istiodservice }} 31 {{- end }}