Attempting to change the route from edge to re-encrytp.
This commit is contained in:
parent
34fd810278
commit
a460c9ae61
2 changed files with 5 additions and 5 deletions
|
@ -46,10 +46,10 @@
|
||||||
objectname: route_serviceaccount.yml
|
objectname: route_serviceaccount.yml
|
||||||
|
|
||||||
# Route already present, will figure updating later
|
# Route already present, will figure updating later
|
||||||
# - role: openshift/object
|
- role: openshift/object
|
||||||
# app: monitor-dashboard
|
app: monitor-dashboard
|
||||||
# file: route.yml
|
file: route.yml
|
||||||
# objectname: route.yml
|
objectname: route.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: monitor-dashboard
|
app: monitor-dashboard
|
||||||
|
|
|
@ -12,5 +12,5 @@ spec:
|
||||||
kind: Service
|
kind: Service
|
||||||
name: monitor-dashboard-web
|
name: monitor-dashboard-web
|
||||||
tls:
|
tls:
|
||||||
termination: edge
|
termination: reencrypt
|
||||||
insecureEdgeTerminationPolicy: Redirect
|
insecureEdgeTerminationPolicy: Redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue