Collectd operator utilties
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 16-clusteringress-proxy-service.yaml
1 {{- if .Values.settings.integrations.knative.enabled }}
2 apiVersion: v1
3 kind: Service
4 metadata:
5   labels:
6     app: gloo
7     gloo: clusteringress-proxy
8   name: clusteringress-proxy
9   namespace: {{ .Release.Namespace }}
10 spec:
11   ports:
12   - port: {{ .Values.settings.integrations.knative.proxy.httpPort }}
13     protocol: TCP
14     name: http
15   - port: {{ .Values.settings.integrations.knative.proxy.httpsPort }}
16     protocol: TCP
17     name: https
18   selector:
19     gloo: clusteringress-proxy
20   type: LoadBalancer
21 {{- end }}