7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 17:22:25 +00:00
tutor/tutor/templates/k8s/namespace.yml
Régis Behmo 334f3e720e Towards a stable Kubernetes integration
Missing features:
- https certificates
- xqueue
- lms/cms workers

Moreover, we scalability issues due to the uploaded file storage in the
lms/cms. To address this issue we need to develop the MinIO plugin so
that it becomes compatible with Open edX.

Close #126 #179 #187
2019-06-07 22:49:45 +02:00

7 lines
125 B
YAML

---
apiVersion: v1
kind: Namespace
metadata:
name: {{ K8S_NAMESPACE }}
labels:
app.kubernetes.io/component: namespace