Add Dockerfile, K8s manifests, and ArgoCD app for OpenShift deployment
This commit is contained in:
12
manifests/service.yaml
Normal file
12
manifests/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: clawrizon
|
||||
namespace: clawrizon
|
||||
spec:
|
||||
selector:
|
||||
app: clawrizon
|
||||
ports:
|
||||
- port: 3333
|
||||
targetPort: 3333
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user