summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_app/custom-bono-svc/bono-svc.yaml
blob: 9280b0f8ddb947e2869f7b208da83bb4e5a17995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apiVersion: v1
kind: Service
metadata:
  name: bono
spec:
  externalIPs:
  ports:
  - name: "3478"
    port: 3478
    protocol: TCP
    targetPort: 3478
  - name: "5060"
    port: 5060
    protocol: TCP
    targetPort: 5060
  - name: "5062"
    port: 5062
    protocol: TCP
    targetPort: 5062
  selector:
    service: bono
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}