Remove copy-paste error
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ce449ad60c
commit
69303f6ee6
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Route
|
|
||||||
metadata:
|
|
||||||
name: {{ routename }}
|
|
||||||
labels:
|
|
||||||
app: {{ app }}
|
|
||||||
spec:
|
|
||||||
{% if host is defined %}
|
|
||||||
host: {{ host }}
|
|
||||||
{% endif %}
|
|
||||||
port:
|
|
||||||
targetPort: {{ serviceport }}
|
|
||||||
to:
|
|
||||||
kind: Service
|
|
||||||
name: {{ servicename }}
|
|
||||||
tls:
|
|
||||||
termination: edge
|
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
|
Loading…
Add table
Add a link
Reference in a new issue