mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 17:47:13 +00:00
Add nginx volumes patch for k8s
This commit is contained in:
parent
1e995aaf1a
commit
c9a3ea875a
@ -15,7 +15,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
- [Improvement] Add support for SSL and TLS in external SMTP server (#231)
|
- [Improvement] Add support for SSL and TLS in external SMTP server (#231)
|
||||||
- [Bugfix] Fix missing video transcripts in LMS (#229)
|
- [Bugfix] Fix missing video transcripts in LMS (#229)
|
||||||
- [Improvement] Make it possible to enable/disable multiple plugins at once
|
- [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)
|
## 3.5.3 (2019-07-05)
|
||||||
|
|
||||||
|
@ -436,6 +436,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: data-lms
|
- name: data-lms
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
{{ patch("k8s-deployments-nginx-volumes")|indent(8) }}
|
||||||
{% if ACTIVATE_RABBITMQ %}
|
{% if ACTIVATE_RABBITMQ %}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
Loading…
Reference in New Issue
Block a user