Files
ClawdBox/manifests/route.yaml
2026-03-07 23:29:56 +11:00

18 lines
320 B
YAML

apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: clawdbox
namespace: clawdbox
spec:
host: clawdbox.apps.lab.apilab.us
to:
kind: Service
name: clawdbox
weight: 100
port:
targetPort: ssh
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect
wildcardPolicy: None