mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +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:
parent
8127546af8
commit
07aa0e47f2
@ -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`.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user