summaryrefslogtreecommitdiff
path: root/templates/default/kubernetes/flumotion-manager-svc.yml.j2
blob: 5d0dac740fb92848cc24f7b9f541eca847c2b887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apiVersion: v1
kind: Service
metadata:
  namespace: {{ namespace }}
  name: flumotion-manager
  labels:
    app: flumotion
    type: manager
spec:
  selector:
    app: flumotion
    type: manager
  clusterIP: {{ desc.globals.manager.host }}
  ports:
  - name: ssl
    port: 7531
    protocol: TCP
  - name: plain
    port: 8642
    protocol: TCP