Skip to content

Commit 011653d

Browse files
authored
fix: argocd defaults (#1666)
1 parent c96cd83 commit 011653d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helmfile.d/snippets/defaults.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ environments:
1818
enabled: true
1919
minReplicas: 1
2020
maxReplicas: 5
21+
targetCPUUtilizationPercentage: 70
2122
targetMemoryUtilizationPercentage: 70
2223
server:
2324
enabled: true
2425
minReplicas: 1
2526
maxReplicas: 5
2627
targetCPUUtilizationPercentage: 70
28+
targetMemoryUtilizationPercentage: 70
2729
resources:
2830
controller:
2931
requests:

tests/fixtures/env/apps/argocd.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ apps:
66
enabled: true
77
minReplicas: 1
88
maxReplicas: 5
9-
targetMemoryUtilizationPercentage: 70
109
server:
1110
enabled: true
1211
minReplicas: 1
1312
maxReplicas: 5
14-
targetMemoryUtilizationPercentage: 70
1513
resources:
1614
controller:
1715
requests:

0 commit comments

Comments
 (0)