1apiVersion: v1 2kind: Service 3metadata: 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 10spec: 11 ports: 12 - port: 5473 13 protocol: TCP 14 targetPort: calico-typha 15 name: calico-typha 16 selector: 17 k8s-app: calico-typha