6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-02-02 09:28:25 +00:00

Add patch for nginx init containers in k8s

This commit is contained in:
Régis Behmo 2019-07-10 15:01:01 +08:00
parent e33b61fd04
commit 50f5af989c
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Note: Breaking changes between versions are indicated by "💥".
- [Improvement] Add support for SSL and TLS in external SMTP server (#231)
- [Bugfix] Fix missing video transcripts in LMS (#229)
- [Improvement] Make it possible to enable/disable multiple plugins at once
- [Improvement] Add 'local-docker-compose-nginx-volumes' patch
- [Improvement] Add 'local-docker-compose-nginx-volumes' and 'k8s-deployments-nginx-init-containers' patches
## 3.5.3 (2019-07-05)

View File

@ -407,6 +407,7 @@ spec:
volumeMounts:
- mountPath: /var/www/openedx/
name: openedx-staticfiles
{{ patch("k8s-deployments-nginx-init-containers")|indent(8) }}
containers:
- name: nginx
image: {{ DOCKER_REGISTRY }}{{ DOCKER_IMAGE_NGINX }}