Add Dockerfile, K8s manifests, and ArgoCD app for OpenShift deployment

This commit is contained in:
Clawd
2026-02-26 03:11:56 +00:00
parent feda0fbb02
commit b00c8d3eb0
12 changed files with 160 additions and 6 deletions

16
manifests/route.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: clawrizon
namespace: clawrizon
spec:
host: clawrizon.apps.lab.apilab.us
to:
kind: Service
name: clawrizon
weight: 100
port:
targetPort: 3333
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect