Adding Istio installtion helm charts
[demo.git] / vnfs / DAaaS / deploy / 00-init / gloo / templates / 16-clusteringress-proxy-service.yaml
diff --git a/vnfs/DAaaS/deploy/00-init/gloo/templates/16-clusteringress-proxy-service.yaml b/vnfs/DAaaS/deploy/00-init/gloo/templates/16-clusteringress-proxy-service.yaml
deleted file mode 100755 (executable)
index 7e25bee..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{{- if .Values.settings.integrations.knative.enabled }}
-apiVersion: v1
-kind: Service
-metadata:
-  labels:
-    app: gloo
-    gloo: clusteringress-proxy
-  name: clusteringress-proxy
-  namespace: {{ .Release.Namespace }}
-spec:
-  ports:
-  - port: {{ .Values.settings.integrations.knative.proxy.httpPort }}
-    protocol: TCP
-    name: http
-  - port: {{ .Values.settings.integrations.knative.proxy.httpsPort }}
-    protocol: TCP
-    name: https
-  selector:
-    gloo: clusteringress-proxy
-  type: LoadBalancer
-{{- end }}
\ No newline at end of file