Files
ClawdBox/manifests/route.yaml
2026-02-26 13:57:11 +11:00

18 lines
325 B
YAML

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