6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-27 11:49:02 +00:00

Add nginx volumes patch for k8s

This commit is contained in:
Régis Behmo 2019-07-10 16:39:58 +08:00
parent 1e995aaf1a
commit c9a3ea875a
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' and 'k8s-deployments-nginx-init-containers' patches
- [Improvement] Add a few local and k8s patches for plugins
## 3.5.3 (2019-07-05)

View File

@ -436,6 +436,7 @@ spec:
emptyDir: {}
- name: data-lms
emptyDir: {}
{{ patch("k8s-deployments-nginx-volumes")|indent(8) }}
{% if ACTIVATE_RABBITMQ %}
---
apiVersion: apps/v1