From a460c9ae611cba7c522673f91b300cc3cb18af3a Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Oct 21 2020 07:03:20 +0000 Subject: Attempting to change the route from edge to re-encrytp. --- diff --git a/playbooks/openshift-apps/monitor_dashboard.yml b/playbooks/openshift-apps/monitor_dashboard.yml index a3e36ee..b6f6dee 100644 --- a/playbooks/openshift-apps/monitor_dashboard.yml +++ b/playbooks/openshift-apps/monitor_dashboard.yml @@ -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 diff --git a/roles/openshift-apps/monitor-dashboard/files/route.yml b/roles/openshift-apps/monitor-dashboard/files/route.yml index bae3190..5fee49c 100644 --- a/roles/openshift-apps/monitor-dashboard/files/route.yml +++ b/roles/openshift-apps/monitor-dashboard/files/route.yml @@ -12,5 +12,5 @@ spec: kind: Service name: monitor-dashboard-web tls: - termination: edge + termination: reencrypt insecureEdgeTerminationPolicy: Redirect