summaryrefslogtreecommitdiffstats
path: root/samples/scenarios/clearwater_ims/yaml/homestead-svc.yaml
blob: 99c1942f13faeffca617a6abfc3f067d08202329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: homestead
  labels:
    app: homestead
spec:
  ports:
  - name: "8888"
    port: 8888
  selector:
    app: homestead
    service: homestead
  clusterIP: None