7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 04:40:49 +00:00
tutor/plugins/notes/tutornotes/patches/k8s-ingress-rules
2019-07-04 09:31:12 +08:00

6 lines
156 B
Plaintext

- host: {{ NOTES_HOST }}
http:
paths:
- backend:
serviceName: nginx
servicePort: {% if ACTIVATE_HTTPS %}443{% else %}80{% endif %}