We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96cd83 commit 011653dCopy full SHA for 011653d
helmfile.d/snippets/defaults.yaml
@@ -18,12 +18,14 @@ environments:
18
enabled: true
19
minReplicas: 1
20
maxReplicas: 5
21
+ targetCPUUtilizationPercentage: 70
22
targetMemoryUtilizationPercentage: 70
23
server:
24
25
26
27
targetCPUUtilizationPercentage: 70
28
+ targetMemoryUtilizationPercentage: 70
29
resources:
30
controller:
31
requests:
tests/fixtures/env/apps/argocd.yaml
@@ -6,12 +6,10 @@ apps:
6
7
8
9
- targetMemoryUtilizationPercentage: 70
10
11
12
13
14
15
16
17
0 commit comments