123456789101112131415161718 |
- apiVersion: v1
- kind: Service
- metadata:
- name: calico-typha
- namespace: kube-system
- labels:
- kubernetes.io/cluster-service: "true"
- addonmanager.kubernetes.io/mode: Reconcile
- k8s-app: calico-typha
- spec:
- ports:
- - port: 5473
- protocol: TCP
- targetPort: calico-typha
- name: calico-typha
- selector:
- k8s-app: calico-typha
|