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 %}
|
||||
path: {{ route_path }}
|
||||
{% endif %}
|
||||
{% if wildcardpolicy is defined %}
|
||||
wildcardPolicy: {{ wildcardpolicy }}
|
||||
{% if route_wildcardpolicy is defined %}
|
||||
wildcardPolicy: {{ route_wildcardpolicy }}
|
||||
{% endif %}
|
||||
port:
|
||||
targetPort: {{ route_serviceport }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue