diff --git a/ci/cluster/equinix/kube-prometheus-stack/argo.yaml b/ci/cluster/equinix/kube-prometheus-stack/argo.yaml new file mode 100644 index 0000000..e1f161b --- /dev/null +++ b/ci/cluster/equinix/kube-prometheus-stack/argo.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kube-prometheus-stack + namespace: argocd +spec: + project: default + source: + - chart: kube-prometheus-stack + repoURL: https://prometheus-community.github.io/helm-charts + targetRevision: 65.4.0 + destination: + server: "https://kubernetes.default.svc" + namespace: monitoring + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true \ No newline at end of file