File tree Expand file tree Collapse file tree 2 files changed +4489
-538
lines changed Expand file tree Collapse file tree 2 files changed +4489
-538
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : argoproj.io/v1alpha1
2
2
kind : Application
3
3
metadata :
4
- name : kube-state-metrics
4
+ name : kube-prometheus-stack
5
5
namespace : argocd
6
6
spec :
7
7
project : default
8
8
sources :
9
- - repoURL : ' https://charts.bitnami.com/bitnami'
10
- chart : kube-state-metrics
11
- targetRevision : 3.11.3
9
+ - repoURL : ' https://prometheus-community.github.io/helm-charts'
10
+ chart : kube-prometheus-stack
11
+ targetRevision : 56.3.0
12
+ helm :
13
+ valueFiles :
14
+ - $values/argocd/helm/values/kube-state-metrics.yaml
12
15
-
repoURL :
' [email protected] :dareyio/terraform-aws-pipeline.git'
16
+ path : terraform-aws-pipeline/argocd/helm/values
13
17
targetRevision : main
14
18
ref : values
15
-
16
- # chart: kube-state-metrics
17
- # repoURL: https://charts.bitnami.com/bitnami
18
- # targetRevision: 3.11.3
19
- # helm :
20
- # releaseName: kube-state-metrics
21
- # valueFiles:
22
- # - values-production.yaml
23
- # destination:
24
- # server: "https://kubernetes.default.svc"
25
- # namespace: monitoring
19
+ syncPolicy :
20
+ automated :
21
+ prune : true
22
+ selfHeal : true
23
+ syncOptions :
24
+ - CreateNamespace=true
25
+ - Validate=true
26
+ - ServerSideApply=true
27
+ destination :
28
+ server : " https://kubernetes.default.svc"
29
+ namespace : monitoring
You can’t perform that action at this time.
0 commit comments