k8s.io/kubernetes@v1.31.0-alpha.0.0.20240520171757-56147500dadc/cluster/addons/calico-policy-controller/typha-service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: calico-typha 5 namespace: kube-system 6 labels: 7 kubernetes.io/cluster-service: "true" 8 addonmanager.kubernetes.io/mode: Reconcile 9 k8s-app: calico-typha 10 spec: 11 ports: 12 - port: 5473 13 protocol: TCP 14 targetPort: calico-typha 15 name: calico-typha 16 selector: 17 k8s-app: calico-typha