Skip to content

Commit 00f0819

Browse files
committed
Increase resource limit comments/hints
Signed-off-by: Greg Nyahay <[email protected]>
1 parent 55dc5d0 commit 00f0819

File tree

2 files changed

+40
-16
lines changed

2 files changed

+40
-16
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.3.1"
3+
version: "3.3.2"
44
appVersion: "5.13.1"
55
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
66
description: |

stable/enterprise/values.yaml

+39-15
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ anchoreConfig:
783783
######################################################
784784
analyzer:
785785
## @param analyzer.replicaCount Number of replicas for the Anchore Analyzer deployment
786+
## Please note that Anchore licensing may dictate the permitted number of analyzers.
786787
##
787788
replicaCount: 1
788789

@@ -800,12 +801,14 @@ analyzer:
800801
## @param analyzer.resources Resource requests and limits for Anchore Analyzer pods
801802
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
802803
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
804+
## Please note that we do not suggest setting CPU limits.
803805
##
804806
resources: {}
805807
# requests:
806-
# cpu: 1
808+
# cpu: 2
807809
# memory: 8G
808810
# limits:
811+
# cpu: 2
809812
# memory: 8G
810813

811814
## @param analyzer.labels Labels for Anchore Analyzer pods
@@ -875,13 +878,15 @@ api:
875878
## @param api.resources Resource requests and limits for Anchore API pods
876879
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
877880
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
881+
## Please note that we do not suggest setting CPU limits.
878882
##
879883
resources: {}
880884
# requests:
881-
# cpu: 1
882-
# memory: 4G
885+
# cpu: 2
886+
# memory: 8G
883887
# limits:
884-
# memory: 4G
888+
# cpu: 4
889+
# memory: 8G
885890

886891
## @param api.labels Labels for Anchore API pods
887892
##
@@ -945,13 +950,15 @@ catalog:
945950
## @param catalog.resources Resource requests and limits for Anchore Catalog pods
946951
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
947952
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
953+
## Please note that we do not suggest setting CPU limits.
948954
##
949955
resources: {}
950956
# requests:
951957
# cpu: 2
952958
# memory: 8G
953959
# limits:
954-
# memory: 8G
960+
# cpu: 4
961+
# memory: 12G
955962

956963
## @param catalog.labels Labels for Anchore Catalog pods
957964
##
@@ -987,6 +994,7 @@ catalog:
987994
#########################################################
988995
dataSyncer:
989996
## @param dataSyncer.replicaCount Number of replicas for the Anchore DataSyncer deployment
997+
## Please note that we do not suggest more than 1 instance of dataSyncer.
990998
##
991999
replicaCount: 1
9921000

@@ -1026,6 +1034,7 @@ dataSyncer:
10261034
# cpu: 1
10271035
# memory: 8G
10281036
# limits:
1037+
# cpu: 2
10291038
# memory: 8G
10301039

10311040
## @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1062,6 +1071,7 @@ dataSyncer:
10621071
############################################
10631072
notifications:
10641073
## @param notifications.replicaCount Number of replicas for the Anchore Notifications deployment
1074+
## Please note that at this time only 1 instance of notifications can be active therefore we do not suggest more than 2.
10651075
##
10661076
replicaCount: 1
10671077

@@ -1095,12 +1105,14 @@ notifications:
10951105
## @param notifications.resources Resource requests and limits for Anchore Notifications pods
10961106
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
10971107
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1108+
## Please note that we do not suggest setting CPU limits.
10981109
##
10991110
resources: {}
11001111
# requests:
1101-
# cpu: 1
1112+
# cpu: 2
11021113
# memory: 8G
11031114
# limits:
1115+
# cpu: 4
11041116
# memory: 8G
11051117

11061118
## @param notifications.labels Labels for Anchore Notifications pods
@@ -1165,13 +1177,15 @@ policyEngine:
11651177
## @param policyEngine.resources Resource requests and limits for Anchore Policy Engine pods
11661178
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
11671179
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1180+
## Please note that we do not suggest setting CPU limits.
11681181
##
11691182
resources: {}
11701183
# requests:
11711184
# cpu: 2
11721185
# memory: 8G
11731186
# limits:
1174-
# memory: 8G
1187+
# cpu: 4
1188+
# memory: 12G
11751189

11761190
## @param policyEngine.labels Labels for Anchore Policy Engine pods
11771191
##
@@ -1240,14 +1254,16 @@ reports:
12401254
## @param reports.resources Resource requests and limits for Anchore Reports pods
12411255
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
12421256
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations
1257+
## Please note that we do not suggest setting CPU limits.
12431258
## NOTE: the commented resources below are assuming the use of a scratch volume with `anchoreConfig.reports.use_volume=true`
12441259
## If not using a scratch volume, the memory resources may need to be increased.
12451260
##
12461261
resources: {}
12471262
# requests:
12481263
# memory: 8G
1249-
# cpu: 1
1264+
# cpu: 2
12501265
# limits:
1266+
# cpu: 2
12511267
# memory: 8G
12521268

12531269
## @param reports.labels Labels for Anchore Reports pods
@@ -1327,12 +1343,14 @@ reportsWorker:
13271343
## @param reportsWorker.resources Resource requests and limits for Anchore Reports Worker pods
13281344
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
13291345
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1346+
## Please note that we do not suggest setting CPU limits.
13301347
##
13311348
resources: {}
13321349
# requests:
13331350
# memory: 8G
13341351
# cpu: 2
13351352
# limits:
1353+
# cpu: 2
13361354
# memory: 8G
13371355

13381356
## @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1397,13 +1415,15 @@ simpleQueue:
13971415
## @param simpleQueue.resources Resource requests and limits for Anchore Simple Queue pods
13981416
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
13991417
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1418+
## Please note that we do not suggest setting CPU limits.
14001419
##
14011420
resources: {}
14021421
# requests:
1403-
# cpu: 1
1422+
# cpu: 2
14041423
# memory: 8G
14051424
# limits:
1406-
# memory: 8G
1425+
# cpu: 4
1426+
# memory: 12G
14071427

14081428
## @param simpleQueue.labels Labels for Anchore Simple Queue pods
14091429
##
@@ -1487,13 +1507,15 @@ ui:
14871507
## @param ui.resources Resource requests and limits for Anchore UI pods
14881508
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
14891509
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1510+
## Please note that we do not suggest setting CPU limits.
14901511
##
14911512
resources: {}
14921513
# requests:
1493-
# cpu: 1
1514+
# cpu: 2
14941515
# memory: 4G
14951516
# limits:
1496-
# memory: 4G
1517+
# cpu: 4
1518+
# memory: 8G
14971519

14981520
## @param ui.labels Labels for Anchore UI pods
14991521
##
@@ -1740,10 +1762,12 @@ postgresql:
17401762
## @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
17411763
##
17421764
resources: {}
1743-
# limits: {}
1765+
# limits:
1766+
# memory: 16G
1767+
# cpu: 4
17441768
# requests:
1745-
# memory: 512Mi
1746-
# cpu: 2
1769+
# memory: 16G
1770+
# cpu: 4
17471771

17481772
## @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
17491773
##

0 commit comments

Comments
 (0)