Missing prefix in openshift/route
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a4ac9af648
commit
b9ed0ea60d
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ spec:
|
||||||
{% if route_path is defined %}
|
{% if route_path is defined %}
|
||||||
path: {{ route_path }}
|
path: {{ route_path }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if wildcardpolicy is defined %}
|
{% if route_wildcardpolicy is defined %}
|
||||||
wildcardPolicy: {{ wildcardpolicy }}
|
wildcardPolicy: {{ route_wildcardpolicy }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
port:
|
port:
|
||||||
targetPort: {{ route_serviceport }}
|
targetPort: {{ route_serviceport }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue