tutor-notes/tutornotes/patches/k8s-ingress-rules
Régis Behmo 15518f0c59 🌅
2019-08-21 12:02:26 +02:00

6 lines
156 B
Plaintext

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