Files
homelab/tmp/acm-hub-bootstrap/charts/all/hello-world/templates/hello-world-route.yaml
2025-05-19 11:18:25 -05:00

15 lines
231 B
YAML

apiVersion: route.openshift.io/v1
kind: Route
metadata:
labels:
app: hello-world
name: hello-world
spec:
port:
targetPort: 8080-tcp
to:
kind: Service
name: hello-world
weight: 100
wildcardPolicy: None