6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 06:58:21 +00:00
tutor/plugins/notes/tutornotes/patches/k8s-ingress-rules

6 lines
156 B
Plaintext
Raw Normal View History

2019-07-03 14:09:33 +00:00
- host: {{ NOTES_HOST }}
http:
paths:
- backend:
serviceName: nginx
servicePort: {% if ACTIVATE_HTTPS %}443{% else %}80{% endif %}