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

View File

@@ -7,8 +7,11 @@ metadata:
app: clawdbox
spec:
ports:
- port: 2222
- name: ssh
port: 2222
targetPort: 2222
name: ssh
- name: clawrganizer
port: 443
targetPort: 3333
selector:
app: clawdbox