Skip to content

Commit b5c26f4

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

File tree

2 files changed

+39
-15
lines changed

2 files changed

+39
-15
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.4"
3+
version: "3.3.5"
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

+38-14
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ anchoreConfig:
797797
######################################################
798798
analyzer:
799799
## @param analyzer.replicaCount Number of replicas for the Anchore Analyzer deployment
800+
## Please note that Anchore licensing may dictate the permitted number of analyzers.
800801
##
801802
replicaCount: 1
802803

@@ -814,12 +815,14 @@ analyzer:
814815
## @param analyzer.resources Resource requests and limits for Anchore Analyzer pods
815816
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
816817
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
818+
## Please note that we do not suggest setting CPU limits.
817819
##
818820
resources: {}
819821
# requests:
820-
# cpu: 1
822+
# cpu: 2
821823
# memory: 8G
822824
# limits:
825+
# cpu: 2
823826
# memory: 8G
824827

825828
## @param analyzer.labels Labels for Anchore Analyzer pods
@@ -893,13 +896,15 @@ api:
893896
## @param api.resources Resource requests and limits for Anchore API pods
894897
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
895898
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
899+
## Please note that we do not suggest setting CPU limits.
896900
##
897901
resources: {}
898902
# requests:
899-
# cpu: 1
900-
# memory: 4G
903+
# cpu: 2
904+
# memory: 8G
901905
# limits:
902-
# memory: 4G
906+
# cpu: 4
907+
# memory: 8G
903908

904909
## @param api.labels Labels for Anchore API pods
905910
##
@@ -966,13 +971,15 @@ catalog:
966971
## @param catalog.resources Resource requests and limits for Anchore Catalog pods
967972
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
968973
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
974+
## Please note that we do not suggest setting CPU limits.
969975
##
970976
resources: {}
971977
# requests:
972978
# cpu: 2
973979
# memory: 8G
974980
# limits:
975-
# memory: 8G
981+
# cpu: 4
982+
# memory: 12G
976983

977984
## @param catalog.labels Labels for Anchore Catalog pods
978985
##
@@ -1012,6 +1019,7 @@ catalog:
10121019
#########################################################
10131020
dataSyncer:
10141021
## @param dataSyncer.replicaCount Number of replicas for the Anchore DataSyncer deployment
1022+
## Please note that we do not suggest more than 1 instance of dataSyncer.
10151023
##
10161024
replicaCount: 1
10171025

@@ -1051,6 +1059,7 @@ dataSyncer:
10511059
# cpu: 1
10521060
# memory: 8G
10531061
# limits:
1062+
# cpu: 2
10541063
# memory: 8G
10551064

10561065
## @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1091,6 +1100,7 @@ dataSyncer:
10911100
############################################
10921101
notifications:
10931102
## @param notifications.replicaCount Number of replicas for the Anchore Notifications deployment
1103+
## Please note that at this time only 1 instance of notifications can be active therefore we do not suggest more than 2.
10941104
##
10951105
replicaCount: 1
10961106

@@ -1124,12 +1134,14 @@ notifications:
11241134
## @param notifications.resources Resource requests and limits for Anchore Notifications pods
11251135
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
11261136
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1137+
## Please note that we do not suggest setting CPU limits.
11271138
##
11281139
resources: {}
11291140
# requests:
1130-
# cpu: 1
1141+
# cpu: 2
11311142
# memory: 8G
11321143
# limits:
1144+
# cpu: 4
11331145
# memory: 8G
11341146

11351147
## @param notifications.labels Labels for Anchore Notifications pods
@@ -1198,13 +1210,15 @@ policyEngine:
11981210
## @param policyEngine.resources Resource requests and limits for Anchore Policy Engine pods
11991211
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
12001212
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1213+
## Please note that we do not suggest setting CPU limits.
12011214
##
12021215
resources: {}
12031216
# requests:
12041217
# cpu: 2
12051218
# memory: 8G
12061219
# limits:
1207-
# memory: 8G
1220+
# cpu: 4
1221+
# memory: 12G
12081222

12091223
## @param policyEngine.labels Labels for Anchore Policy Engine pods
12101224
##
@@ -1277,14 +1291,16 @@ reports:
12771291
## @param reports.resources Resource requests and limits for Anchore Reports pods
12781292
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
12791293
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations
1294+
## Please note that we do not suggest setting CPU limits.
12801295
## NOTE: the commented resources below are assuming the use of a scratch volume with `anchoreConfig.reports.use_volume=true`
12811296
## If not using a scratch volume, the memory resources may need to be increased.
12821297
##
12831298
resources: {}
12841299
# requests:
12851300
# memory: 8G
1286-
# cpu: 1
1301+
# cpu: 2
12871302
# limits:
1303+
# cpu: 2
12881304
# memory: 8G
12891305

12901306
## @param reports.labels Labels for Anchore Reports pods
@@ -1368,12 +1384,14 @@ reportsWorker:
13681384
## @param reportsWorker.resources Resource requests and limits for Anchore Reports Worker pods
13691385
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
13701386
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1387+
## Please note that we do not suggest setting CPU limits.
13711388
##
13721389
resources: {}
13731390
# requests:
13741391
# memory: 8G
13751392
# cpu: 2
13761393
# limits:
1394+
# cpu: 2
13771395
# memory: 8G
13781396

13791397
## @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1442,12 +1460,14 @@ simpleQueue:
14421460
## @param simpleQueue.resources Resource requests and limits for Anchore Simple Queue pods
14431461
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
14441462
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1463+
## Please note that we do not suggest setting CPU limits.
14451464
##
14461465
resources: {}
14471466
# requests:
1448-
# cpu: 1
1467+
# cpu: 2
14491468
# memory: 8G
14501469
# limits:
1470+
# cpu: 4
14511471
# memory: 8G
14521472

14531473
## @param simpleQueue.labels Labels for Anchore Simple Queue pods
@@ -1536,13 +1556,15 @@ ui:
15361556
## @param ui.resources Resource requests and limits for Anchore UI pods
15371557
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
15381558
## Commented values below are just a suggested baseline. Contact Anchore support for deployment specific recommendations.
1559+
## Please note that we do not suggest setting CPU limits.
15391560
##
15401561
resources: {}
15411562
# requests:
1542-
# cpu: 1
1563+
# cpu: 2
15431564
# memory: 4G
15441565
# limits:
1545-
# memory: 4G
1566+
# cpu: 4
1567+
# memory: 8G
15461568

15471569
## @param ui.labels Labels for Anchore UI pods
15481570
##
@@ -1797,10 +1819,12 @@ postgresql:
17971819
## @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
17981820
##
17991821
resources: {}
1800-
# limits: {}
1822+
# limits:
1823+
# memory: 16G
1824+
# cpu: 4
18011825
# requests:
1802-
# memory: 512Mi
1803-
# cpu: 2
1826+
# memory: 16G
1827+
# cpu: 4
18041828

18051829
## @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
18061830
##

0 commit comments

Comments
 (0)