File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed
victoria-logs/helm-chart-values Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : victoria-logs
5
+ namespace : argocd
6
+ spec :
7
+ project : infra
8
+ sources :
9
+ - repoURL : https://github.com/code4romania/code4ro-k8s.git
10
+ targetRevision : HEAD
11
+ ref : myRepo
12
+ - repoURL : https://victoriametrics.github.io/helm-charts
13
+ targetRevision : 0.11.6
14
+ chart : victoria-logs-single
15
+ helm :
16
+ valueFiles :
17
+ - $myRepo/infra/victoria-logs/helm-chart-values/values.yaml
18
+ destination :
19
+ namespace : victoria-logs
20
+ server : https://kubernetes.default.svc
21
+ syncPolicy :
22
+ syncOptions :
23
+ - CreateNamespace=true
Original file line number Diff line number Diff line change 16
16
targetRevision : HEAD
17
17
ref : myRepo
18
18
- repoURL : https://victoriametrics.github.io/helm-charts
19
- targetRevision : 0.58.3
19
+ targetRevision : 0.59.0
20
20
chart : victoria-metrics-k8s-stack
21
21
helm :
22
22
valueFiles :
Original file line number Diff line number Diff line change
1
+ server :
2
+ retentionPeriod : 30d
3
+
4
+ persistentVolume :
5
+ size : 5Gi
6
+
7
+ vector :
8
+ enabled : true
9
+
10
+ dashboards :
11
+ enabled : true
12
+ labels :
13
+ grafana_dashboard : " 1"
You can’t perform that action at this time.
0 commit comments