Attempting to change the route from edge to re-encrytp.

This commit is contained in:
Adam Saleh 2020-10-21 09:03:20 +02:00
parent 34fd810278
commit a460c9ae61
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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