6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
- host: {{ DISCOVERY_HOST }}
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: nginx
|
|
servicePort: {% if ACTIVATE_HTTPS %}443{% else %}80{% endif %} |