feat: deploy ConvertX
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user