typha-service.yaml 356 B

123456789101112131415161718
  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