Files
argocd-training-examples/example-app/route.yaml
Benjamin Affolter bfb5b385d2 Add service and route
2021-11-11 16:23:16 +01:00

13 lines
202 B
YAML

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