diff --git a/helm/templates/theodolite/theodolite-operator.yaml b/helm/templates/theodolite/theodolite-operator.yaml
index 4d319c29c6843f34dc41be03fbd7284e108a15af..52ddcd500ab8d050187028026def84e9d057c252 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 }}