diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b5f2e..9fc2713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +- [Improvement] Add `k8s-deployments-nginx-volume-mounts` patch - [Bugfix] Fix running forum locally when both elasticsearch and mongodb are not activated (#266) - [Bugfix] Fix MongoDb url in forum when running separate service (#267) - 💥[Improvement] Better `dev` commands, with dedicated development docker image. One of the consequences is that the `dev watchthemes` command is replaced by `dev run lms watchthemes`. diff --git a/tutor/templates/k8s/deployments.yml b/tutor/templates/k8s/deployments.yml index 41ea9bf..8fd1545 100644 --- a/tutor/templates/k8s/deployments.yml +++ b/tutor/templates/k8s/deployments.yml @@ -407,6 +407,7 @@ spec: - mountPath: /openedx/data/lms name: data-lms readOnly: true + {{ patch("k8s-deployments-nginx-volume-mounts")|indent(12) }} ports: - containerPort: 80 - containerPort: 443