From a460c9ae611cba7c522673f91b300cc3cb18af3a Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Wed, 21 Oct 2020 09:03:20 +0200 Subject: [PATCH] Attempting to change the route from edge to re-encrytp. --- playbooks/openshift-apps/monitor_dashboard.yml | 8 ++++---- roles/openshift-apps/monitor-dashboard/files/route.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/openshift-apps/monitor_dashboard.yml b/playbooks/openshift-apps/monitor_dashboard.yml index a3e36eed54..b6f6dee208 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 bae319008b..5fee49c20e 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