diff --git a/tutorcodejail/patches/k8s-deployments b/tutorcodejail/patches/k8s-deployments index 382b9c0..d71422e 100644 --- a/tutorcodejail/patches/k8s-deployments +++ b/tutorcodejail/patches/k8s-deployments @@ -23,6 +23,9 @@ spec: image: {{ CODEJAIL_DOCKER_IMAGE }} ports: - containerPort: 8550 + env: + - name: FLASK_APP_SETTINGS + value: codejailservice.tutor.ProductionConfig volumeMounts: - mountPath: /openedx/codejailservice/codejailservice/tutor.py name: settings-codejail