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