diff --git a/apps/prometheus/application.yaml b/apps/prometheus/application.yaml new file mode 100644 index 0000000..a5c49c5 --- /dev/null +++ b/apps/prometheus/application.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: prometheus + namespace: default +spec: + project: default + source: + repoURL: 'https://prometheus-community.github.io/helm-charts' + targetRevision: 25.10.0 + chart: prometheus + helm: + parameters: + - name: 'server.service.type' + value: 'NodePort' + destination: + server: 'https://kubernetes.default.svc' + namespace: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - PruneLast=true + - CreateNamespace=true \ No newline at end of file