Skip to content

Commit 813c110

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

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
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

+22-13
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

@@ -803,7 +804,7 @@ analyzer:
803804
##
804805
resources: {}
805806
# requests:
806-
# cpu: 1
807+
# cpu: 2
807808
# memory: 8G
808809
# limits:
809810
# memory: 8G
@@ -878,10 +879,11 @@ api:
878879
##
879880
resources: {}
880881
# requests:
881-
# cpu: 1
882-
# memory: 4G
882+
# cpu: 2
883+
# memory: 8G
883884
# limits:
884-
# memory: 4G
885+
# cpu: 4
886+
# memory: 8G
885887

886888
## @param api.labels Labels for Anchore API pods
887889
##
@@ -951,7 +953,8 @@ catalog:
951953
# cpu: 2
952954
# memory: 8G
953955
# limits:
954-
# memory: 8G
956+
# cpu: 4
957+
# memory: 12G
955958

956959
## @param catalog.labels Labels for Anchore Catalog pods
957960
##
@@ -987,6 +990,7 @@ catalog:
987990
#########################################################
988991
dataSyncer:
989992
## @param dataSyncer.replicaCount Number of replicas for the Anchore DataSyncer deployment
993+
## Please note that we do not suggest more than 1 instance of dataSyncer.
990994
##
991995
replicaCount: 1
992996

@@ -1062,6 +1066,7 @@ dataSyncer:
10621066
############################################
10631067
notifications:
10641068
## @param notifications.replicaCount Number of replicas for the Anchore Notifications deployment
1069+
## Please note that at this time only 1 instance of notifications can be active therefore we do not suggest more than 2.
10651070
##
10661071
replicaCount: 1
10671072

@@ -1171,7 +1176,8 @@ policyEngine:
11711176
# cpu: 2
11721177
# memory: 8G
11731178
# limits:
1174-
# memory: 8G
1179+
# cpu: 4
1180+
# memory: 12G
11751181

11761182
## @param policyEngine.labels Labels for Anchore Policy Engine pods
11771183
##
@@ -1246,7 +1252,7 @@ reports:
12461252
resources: {}
12471253
# requests:
12481254
# memory: 8G
1249-
# cpu: 1
1255+
# cpu: 2
12501256
# limits:
12511257
# memory: 8G
12521258

@@ -1400,10 +1406,11 @@ simpleQueue:
14001406
##
14011407
resources: {}
14021408
# requests:
1403-
# cpu: 1
1409+
# cpu: 2
14041410
# memory: 8G
14051411
# limits:
1406-
# memory: 8G
1412+
# cpu: 4
1413+
# memory: 12G
14071414

14081415
## @param simpleQueue.labels Labels for Anchore Simple Queue pods
14091416
##
@@ -1490,7 +1497,7 @@ ui:
14901497
##
14911498
resources: {}
14921499
# requests:
1493-
# cpu: 1
1500+
# cpu: 2
14941501
# memory: 4G
14951502
# limits:
14961503
# memory: 4G
@@ -1740,10 +1747,12 @@ postgresql:
17401747
## @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
17411748
##
17421749
resources: {}
1743-
# limits: {}
1750+
# limits:
1751+
# memory: 16G
1752+
# cpu: 4
17441753
# requests:
1745-
# memory: 512Mi
1746-
# cpu: 2
1754+
# memory: 16G
1755+
# cpu: 4
17471756

17481757
## @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
17491758
##

0 commit comments

Comments
 (0)