RH-ACM Demonstration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
268 B

apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: multi-cluster-app
namespace: multi-cluster-app
spec:
port:
targetPort: 8080
tls:
termination: edge
to:
kind: Service
name: multi-cluster-app
weight: 100
wildcardPolicy: None