@@ -783,6 +783,7 @@ anchoreConfig:
783
783
# #####################################################
784
784
analyzer :
785
785
# # @param analyzer.replicaCount Number of replicas for the Anchore Analyzer deployment
786
+ # # Please note that Anchore licensing may dictate the permitted number of analyzers.
786
787
# #
787
788
replicaCount : 1
788
789
@@ -803,7 +804,7 @@ analyzer:
803
804
# #
804
805
resources : {}
805
806
# requests:
806
- # cpu: 1
807
+ # cpu: 2
807
808
# memory: 8G
808
809
# limits:
809
810
# memory: 8G
@@ -878,10 +879,11 @@ api:
878
879
# #
879
880
resources : {}
880
881
# requests:
881
- # cpu: 1
882
- # memory: 4G
882
+ # cpu: 2
883
+ # memory: 8G
883
884
# limits:
884
- # memory: 4G
885
+ # cpu: 4
886
+ # memory: 8G
885
887
886
888
# # @param api.labels Labels for Anchore API pods
887
889
# #
@@ -951,7 +953,8 @@ catalog:
951
953
# cpu: 2
952
954
# memory: 8G
953
955
# limits:
954
- # memory: 8G
956
+ # cpu: 4
957
+ # memory: 12G
955
958
956
959
# # @param catalog.labels Labels for Anchore Catalog pods
957
960
# #
@@ -987,6 +990,7 @@ catalog:
987
990
# ########################################################
988
991
dataSyncer :
989
992
# # @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.
990
994
# #
991
995
replicaCount : 1
992
996
@@ -1062,6 +1066,7 @@ dataSyncer:
1062
1066
# ###########################################
1063
1067
notifications :
1064
1068
# # @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.
1065
1070
# #
1066
1071
replicaCount : 1
1067
1072
@@ -1171,7 +1176,8 @@ policyEngine:
1171
1176
# cpu: 2
1172
1177
# memory: 8G
1173
1178
# limits:
1174
- # memory: 8G
1179
+ # cpu: 4
1180
+ # memory: 12G
1175
1181
1176
1182
# # @param policyEngine.labels Labels for Anchore Policy Engine pods
1177
1183
# #
@@ -1246,7 +1252,7 @@ reports:
1246
1252
resources : {}
1247
1253
# requests:
1248
1254
# memory: 8G
1249
- # cpu: 1
1255
+ # cpu: 2
1250
1256
# limits:
1251
1257
# memory: 8G
1252
1258
@@ -1400,10 +1406,11 @@ simpleQueue:
1400
1406
# #
1401
1407
resources : {}
1402
1408
# requests:
1403
- # cpu: 1
1409
+ # cpu: 2
1404
1410
# memory: 8G
1405
1411
# limits:
1406
- # memory: 8G
1412
+ # cpu: 4
1413
+ # memory: 12G
1407
1414
1408
1415
# # @param simpleQueue.labels Labels for Anchore Simple Queue pods
1409
1416
# #
@@ -1490,7 +1497,7 @@ ui:
1490
1497
# #
1491
1498
resources : {}
1492
1499
# requests:
1493
- # cpu: 1
1500
+ # cpu: 2
1494
1501
# memory: 4G
1495
1502
# limits:
1496
1503
# memory: 4G
@@ -1740,10 +1747,12 @@ postgresql:
1740
1747
# # @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
1741
1748
# #
1742
1749
resources : {}
1743
- # limits: {}
1750
+ # limits:
1751
+ # memory: 16G
1752
+ # cpu: 4
1744
1753
# requests:
1745
- # memory: 512Mi
1746
- # cpu: 2
1754
+ # memory: 16G
1755
+ # cpu: 4
1747
1756
1748
1757
# # @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
1749
1758
# #
0 commit comments