6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 14:43:03 +00:00

Add k8s-deployments-nginx-volume-mounts plugin patch

This is for mounting discovery/ecommerce static asset folders in nginx.
This commit is contained in:
Régis Behmo 2019-11-22 11:54:49 +01:00
parent 8127546af8
commit 07aa0e47f2
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased ## 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 running forum locally when both elasticsearch and mongodb are not activated (#266)
- [Bugfix] Fix MongoDb url in forum when running separate service (#267) - [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`. - 💥[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`.

View File

@ -407,6 +407,7 @@ spec:
- mountPath: /openedx/data/lms - mountPath: /openedx/data/lms
name: data-lms name: data-lms
readOnly: true readOnly: true
{{ patch("k8s-deployments-nginx-volume-mounts")|indent(12) }}
ports: ports:
- containerPort: 80 - containerPort: 80
- containerPort: 443 - containerPort: 443