Add Dockerfile, K8s manifests, and ArgoCD app for OpenShift deployment
This commit is contained in:
16
manifests/route.yaml
Normal file
16
manifests/route.yaml
Normal 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
|
||||
Reference in New Issue
Block a user