diff --git a/helm/templates/theodolite/theodolite-operator.yaml b/helm/templates/theodolite/theodolite-operator.yaml index 58c721629a7d7e0328bd629e32deb3b5daabe078..d50f12f8bff5856ece360582db527781f4dc9cab 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 }}