added clawrganizer port

This commit is contained in:
2026-02-26 13:57:11 +11:00
parent 9c4339f22d
commit 018c831d60
2 changed files with 22 additions and 2 deletions

17
manifests/route.yaml Normal file
View File

@@ -0,0 +1,17 @@
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