mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 15:12:10 +00:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
|
- host: {{ NOTES_HOST }}
|
||
|
http:
|
||
|
paths:
|
||
|
- backend:
|
||
|
serviceName: nginx
|
||
|
servicePort: {% if ACTIVATE_HTTPS %}443{% else %}80{% endif %}
|