Initial OpenClaw GitOps skeleton
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: openclaw.apps.lab.apilab.us
|
||||
to:
|
||||
kind: Service
|
||||
name: openclaw
|
||||
weight: 100
|
||||
port:
|
||||
targetPort: http
|
||||
tls:
|
||||
termination: edge
|
||||
insecureEdgeTerminationPolicy: Redirect
|
||||
wildcardPolicy: None
|
||||
Reference in New Issue
Block a user