Skip to content

Commit f62f079

Browse files
authored
Update values.yaml for resource configuration adjustments (#423)
* Update values.yaml for resource configuration adjustments * Bump chart version to 3.2.1 for values.yaml updates --------- authored-by: Josh Sopuru <[email protected]>
1 parent e4b66d5 commit f62f079

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

stable/enterprise/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: enterprise
3-
version: "3.2.0"
3+
version: "3.2.1"
44
appVersion: "5.12.0"
55
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
66
description: |

stable/enterprise/values.yaml

+30-30
Original file line numberDiff line numberDiff line change
@@ -801,10 +801,10 @@ analyzer:
801801
##
802802
resources: {}
803803
# requests:
804-
# cpu: 1000m
805-
# memory: 8000Mi
804+
# cpu: 1
805+
# memory: 8G
806806
# limits:
807-
# memory: 8000Mi
807+
# memory: 8G
808808

809809
## @param analyzer.labels Labels for Anchore Analyzer pods
810810
##
@@ -876,10 +876,10 @@ api:
876876
##
877877
resources: {}
878878
# requests:
879-
# cpu: 500m
880-
# memory: 1000Mi
879+
# cpu: 1
880+
# memory: 4G
881881
# limits:
882-
# memory: 1000Mi
882+
# memory: 4G
883883

884884
## @param api.labels Labels for Anchore API pods
885885
##
@@ -946,10 +946,10 @@ catalog:
946946
##
947947
resources: {}
948948
# requests:
949-
# cpu: 1000m
950-
# memory: 8000Mi
949+
# cpu: 2
950+
# memory: 8G
951951
# limits:
952-
# memory: 8000Mi
952+
# memory: 8G
953953

954954
## @param catalog.labels Labels for Anchore Catalog pods
955955
##
@@ -1021,10 +1021,10 @@ dataSyncer:
10211021
##
10221022
resources: {}
10231023
# requests:
1024-
# cpu: 1000m
1025-
# memory: 8000Mi
1024+
# cpu: 1
1025+
# memory: 8G
10261026
# limits:
1027-
# memory: 8000Mi
1027+
# memory: 8G
10281028

10291029
## @param dataSyncer.labels Labels for Anchore DataSyncer pods
10301030
##
@@ -1096,10 +1096,10 @@ notifications:
10961096
##
10971097
resources: {}
10981098
# requests:
1099-
# cpu: 100m
1100-
# memory: 500Mi
1099+
# cpu: 1
1100+
# memory: 8G
11011101
# limits:
1102-
# memory: 500Mi
1102+
# memory: 8G
11031103

11041104
## @param notifications.labels Labels for Anchore Notifications pods
11051105
##
@@ -1166,10 +1166,10 @@ policyEngine:
11661166
##
11671167
resources: {}
11681168
# requests:
1169-
# cpu: 2000m
1170-
# memory: 8000Mi
1169+
# cpu: 2
1170+
# memory: 8G
11711171
# limits:
1172-
# memory: 8000Mi
1172+
# memory: 8G
11731173

11741174
## @param policyEngine.labels Labels for Anchore Policy Engine pods
11751175
##
@@ -1243,10 +1243,10 @@ reports:
12431243
##
12441244
resources: {}
12451245
# requests:
1246-
# memory: 2000Mi
1247-
# cpu: 2000m
1246+
# memory: 8G
1247+
# cpu: 1
12481248
# limits:
1249-
# memory: 2000Mi
1249+
# memory: 8G
12501250

12511251
## @param reports.labels Labels for Anchore Reports pods
12521252
##
@@ -1328,10 +1328,10 @@ reportsWorker:
13281328
##
13291329
resources: {}
13301330
# requests:
1331-
# memory: 1000Mi
1332-
# cpu: 2000m
1331+
# memory: 8G
1332+
# cpu: 2
13331333
# limits:
1334-
# memory: 1000Mi
1334+
# memory: 8G
13351335

13361336
## @param reportsWorker.labels Labels for Anchore Reports Worker pods
13371337
##
@@ -1398,10 +1398,10 @@ simpleQueue:
13981398
##
13991399
resources: {}
14001400
# requests:
1401-
# cpu: 250m
1402-
# memory: 1000Mi
1401+
# cpu: 1
1402+
# memory: 8G
14031403
# limits:
1404-
# memory: 1000Mi
1404+
# memory: 8G
14051405

14061406
## @param simpleQueue.labels Labels for Anchore Simple Queue pods
14071407
##
@@ -1488,10 +1488,10 @@ ui:
14881488
##
14891489
resources: {}
14901490
# requests:
1491-
# cpu: 100m
1492-
# memory: 5000Mi
1491+
# cpu: 1
1492+
# memory: 4G
14931493
# limits:
1494-
# memory: 5000Mi
1494+
# memory: 4G
14951495

14961496
## @param ui.labels Labels for Anchore UI pods
14971497
##

0 commit comments

Comments
 (0)