...

Text file src/edge-infra.dev/config/pallets/sds/etcd/service.yaml

Documentation: edge-infra.dev/config/pallets/sds/etcd

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: etcd
     5  namespace: kube-system
     6  labels:
     7    component: etcd
     8    tier: control-plane
     9spec:
    10  selector:
    11    component: etcd
    12    tier: control-plane
    13  ports:
    14  - name: metrics
    15    protocol: TCP
    16    port: 2381
    17    targetPort: 2381

View as plain text