Add Dockerfile, K8s manifests, and ArgoCD app for OpenShift deployment
This commit is contained in:
21
manifests/buildconfig.yaml
Normal file
21
manifests/buildconfig.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: clawrizon
|
||||
namespace: clawrizon
|
||||
spec:
|
||||
source:
|
||||
type: Git
|
||||
git:
|
||||
uri: https://gitea.apilab.us/cscott/priority-horizon
|
||||
ref: main
|
||||
strategy:
|
||||
type: Docker
|
||||
dockerStrategy:
|
||||
dockerfilePath: Dockerfile
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
name: clawrizon:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
Reference in New Issue
Block a user