summaryrefslogtreecommitdiffstats
path: root/src/helm-charts/clearwater/templates/etcd-svc.yaml
blob: 0c02b624ca25192d7267f38d86cd9be330d7b541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apiVersion: v1
kind: Service
metadata:
  name: etcd
  labels:
    instance-type: etcd-pod
spec:
  ports:
  - name: "http-etcd-client"
    port: 2379
  - name: "http-etcd-server"
    port: 2380
  - name: "http-4001"
    port: 4001
  selector:
    instance-type: etcd-pod
  clusterIP: None