Route encryption¶ Edge¶ 1 2 3 4 5 6 7 8 9 10 11 12 13 14kind: Route apiVersion: route.openshift.io/v1 metadata: name: test2 spec: to: kind: Service name: test weight: 100 port: targetPort: 80 tls: termination: edge insecureEdgeTerminationPolicy: Redirect 2020-05-20 2020-05-20 Contributors: