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

20
bootstrap/argo-app.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: clawrizon
namespace: openshift-gitops
spec:
project: default
source:
repoURL: https://gitea.apilab.us/cscott/priority-horizon
targetRevision: main
path: manifests
destination:
server: https://kubernetes.default.svc
namespace: clawrizon
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false