diff --git a/argocd/applications/metallb-application.yaml b/argocd/applications/metallb-application.yaml new file mode 100644 index 0000000..d694ce3 --- /dev/null +++ b/argocd/applications/metallb-application.yaml @@ -0,0 +1,23 @@ +# Declare the argocd application application applying the argocd directory +# content to the argocd cluster +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: production-argocd-applications + namespace: argocd +spec: + project: default # Todo define a project to limit the deployment types + source: + repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git + targetRevision: HEAD + path: argocd + directory: + recurse: true + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true + allowEmpty: false