feat: deploy ConvertX

This commit is contained in:
2026-07-22 17:57:17 +00:00
parent f4d763883e
commit ca1a2ac0c5
10 changed files with 244 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: convertx
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.phillips-home.net/jay/k8s-gitops.git
targetRevision: main
path: apps/convertx
destination:
server: https://kubernetes.default.svc
namespace: convertx
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- PruneLast=true
- ServerSideApply=true