From 92e99d92aec59a72469e330e47bc9224a5f5d074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 12 Nov 2021 18:04:07 +0100 Subject: [PATCH] Fix port collision --- helm/templates/theodolite/theodolite-operator.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/templates/theodolite/theodolite-operator.yaml b/helm/templates/theodolite/theodolite-operator.yaml index 58c721629..d50f12f8b 100644 --- a/helm/templates/theodolite/theodolite-operator.yaml +++ b/helm/templates/theodolite/theodolite-operator.yaml @@ -69,9 +69,11 @@ spec: image: "{{ .Values.operator.sloChecker.droppedRecordsKStreams.image }}:{{ .Values.operator.sloChecker.droppedRecordsKStreams.imageTag }}" imagePullPolicy: "{{ .Values.operator.sloChecker.droppedRecordsKStreams.imagePullPolicy }}" ports: - - containerPort: 80 + - containerPort: 8081 name: analysis env: + - name: PORT + value: "8081" - name: LOG_LEVEL value: INFO {{- end }} -- GitLab