summaryrefslogtreecommitdiffstats
path: root/src/helm-charts/clearwater/templates/astaire-svc.yaml
blob: e82dcdd4a07f0b45e7f337992edd71e3a78f615c (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: v1
kind: Service
metadata:
  name: astaire
spec:
  ports:
  - name: "http-astaire"
    port: 11311
  selector:
    service: astaire
  clusterIP: None