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