Remove route since it's added as a task during the lab

This commit is contained in:
Thomas Philipona 2022-01-22 12:08:44 +01:00
parent 89fd53a599
commit ee6ba6e287
No known key found for this signature in database
GPG Key ID: 91413DA18EA2CFBC

View File

@ -1,12 +0,0 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: simple-example
spec:
port:
targetPort: 5000
to:
kind: Service
name: simple-example
weight: 100
wildcardPolicy: None