From 7edc2d4f5a66596133b7f8a3a9c74d2b634c929e Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Sat, 27 Mar 2021 22:40:52 +0100 Subject: [PATCH] fix protocol --- execution/helm/theodolite-operator/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/execution/helm/theodolite-operator/templates/service.yaml b/execution/helm/theodolite-operator/templates/service.yaml index 296169347..8048f478b 100644 --- a/execution/helm/theodolite-operator/templates/service.yaml +++ b/execution/helm/theodolite-operator/templates/service.yaml @@ -9,7 +9,6 @@ spec: type: {{ .Values.serviceAnalysis.type }} ports: - port: {{ .Values.serviceAnalysis.port }} - protocol: TCP name: analysis targetPort: {{ .Values.serviceAnalysis.port }} selector: -- GitLab