File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,23 @@ global:
13
13
applicationSet:
14
14
replicas: {{ $a.applicationSet.replicas }}
15
15
resources: {{- $a.resources.applicationSet | toYaml | nindent 4 }}
16
+ metrics:
17
+ enabled: true
18
+ serviceMonitor:
19
+ enabled: true
20
+ additionalLabels:
21
+ prometheus: system
16
22
17
23
# Application Controller
18
24
controller:
19
25
replicas: {{ $a.controller.replicas }}
20
26
resources: {{- $a.resources.controller | toYaml | nindent 4 }}
27
+ metrics:
28
+ enabled: true
29
+ serviceMonitor:
30
+ enabled: true
31
+ additionalLabels:
32
+ prometheus: system
21
33
22
34
dex:
23
35
enabled: false
@@ -37,6 +49,12 @@ repoServer:
37
49
targetMemoryUtilizationPercentage: {{ $a.autoscaling.repoServer.targetMemoryUtilizationPercentage }}
38
50
targetCPUUtilizationPercentage: {{ $a.autoscaling.repoServer.targetCPUUtilizationPercentage }}
39
51
resources: {{- $a.resources.repo | toYaml | nindent 4 }}
52
+ metrics:
53
+ enabled: true
54
+ serviceMonitor:
55
+ enabled: true
56
+ additionalLabels:
57
+ prometheus: system
40
58
41
59
server:
42
60
autoscaling:
@@ -46,6 +64,12 @@ server:
46
64
targetMemoryUtilizationPercentage: {{ $a.autoscaling.server.targetMemoryUtilizationPercentage }}
47
65
targetCPUUtilizationPercentage: {{ $a.autoscaling.server.targetCPUUtilizationPercentage }}
48
66
resources: {{- $a.resources.server | toYaml | nindent 4 }}
67
+ metrics:
68
+ enabled: true
69
+ serviceMonitor:
70
+ enabled: true
71
+ additionalLabels:
72
+ prometheus: system
49
73
50
74
configs:
51
75
# General Argo CD configuration
You can’t perform that action at this time.
0 commit comments