diff --git a/argocd-apps/niq-platform.yaml b/argocd-apps/niq-platform.yaml new file mode 100644 index 0000000..10f64e5 --- /dev/null +++ b/argocd-apps/niq-platform.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: niq-platform + namespace: argocd +spec: + project: default + source: + repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/niq-platform.git + targetRevision: main + path: k8s + directory: + recurse: true + destination: + server: https://kubernetes.default.svc + namespace: niq-platform + syncPolicy: + automated: + prune: false + selfHeal: true + syncOptions: + - CreateNamespace=true