added clawrganizer port
This commit is contained in:
17
manifests/route.yaml
Normal file
17
manifests/route.yaml
Normal 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
|
||||||
@@ -7,8 +7,11 @@ metadata:
|
|||||||
app: clawdbox
|
app: clawdbox
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 2222
|
- name: ssh
|
||||||
|
port: 2222
|
||||||
targetPort: 2222
|
targetPort: 2222
|
||||||
name: ssh
|
- name: clawrganizer
|
||||||
|
port: 443
|
||||||
|
targetPort: 3333
|
||||||
selector:
|
selector:
|
||||||
app: clawdbox
|
app: clawdbox
|
||||||
|
|||||||
Reference in New Issue
Block a user