summaryrefslogtreecommitdiffstats
path: root/src/helm-charts/clearwater/templates/bono-svc.yaml
blob: a63479dcb7d81104329976804228df03b7dc5607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apiVersion: v1
kind: Service
metadata:
  name: bono
spec:
  loadBalancerIP: {{ .Values.config.ip }}
  type: LoadBalancer
  ports:
  - name: "3478"
    port: 3478
  - name: "5060"
    port: 5060
  - name: "5062"
    port: 5062
  selector:
    service: bono