diff --git a/apps/mcp10x.yaml b/apps/mcp10x.yaml new file mode 100644 index 0000000..9eb28d8 --- /dev/null +++ b/apps/mcp10x.yaml @@ -0,0 +1,36 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mcpcoder + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "1" + notifications.argoproj.io/subscribe.on-sync-running.slack: "" + notifications.argoproj.io/subscribe.on-sync-succeeded.slack: "" + notifications.argoproj.io/subscribe.on-sync-failed.slack: "" + notifications.argoproj.io/subscribe.on-degraded.slack: "" + labels: + app.kubernetes.io/name: mcpcoder + app.kubernetes.io/part-of: apps + app.kubernetes.io/managed-by: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/snothub/skillz.git + targetRevision: main + path: helm/mcpcoder + helm: + valueFiles: + - values.yaml + - values-prod.yaml + destination: + server: https://kubernetes.default.svc + namespace: mcpcoder + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true