Skip to content
Snippets Groups Projects
Commit 07aa0e47 authored by Régis Behmo's avatar Régis Behmo
Browse files

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

This is for mounting discovery/ecommerce static asset folders in nginx.
parent 8127546a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥". ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment