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
# Route already present, will figure updating later
# - role: openshift/object
# app: monitor-dashboard
# file: route.yml
# objectname: route.yml
- role: openshift/object
app: monitor-dashboard
file: route.yml
objectname: route.yml
- role: openshift/object
app: monitor-dashboard

View file

@ -12,5 +12,5 @@ spec:
kind: Service
name: monitor-dashboard-web
tls:
termination: edge
termination: reencrypt
insecureEdgeTerminationPolicy: Redirect