@@ -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
@@ -800,12 +801,14 @@ analyzer:
800
801
# # @param analyzer.resources Resource requests and limits for Anchore Analyzer pods
801
802
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
802
803
# # 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.
803
805
# #
804
806
resources : {}
805
807
# requests:
806
- # cpu: 1
808
+ # cpu: 2
807
809
# memory: 8G
808
810
# limits:
811
+ # cpu: 2
809
812
# memory: 8G
810
813
811
814
# # @param analyzer.labels Labels for Anchore Analyzer pods
@@ -875,13 +878,15 @@ api:
875
878
# # @param api.resources Resource requests and limits for Anchore API pods
876
879
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
877
880
# # 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.
878
882
# #
879
883
resources : {}
880
884
# requests:
881
- # cpu: 1
882
- # memory: 4G
885
+ # cpu: 2
886
+ # memory: 8G
883
887
# limits:
884
- # memory: 4G
888
+ # cpu: 4
889
+ # memory: 8G
885
890
886
891
# # @param api.labels Labels for Anchore API pods
887
892
# #
@@ -945,13 +950,15 @@ catalog:
945
950
# # @param catalog.resources Resource requests and limits for Anchore Catalog pods
946
951
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
947
952
# # 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.
948
954
# #
949
955
resources : {}
950
956
# requests:
951
957
# cpu: 2
952
958
# memory: 8G
953
959
# limits:
954
- # memory: 8G
960
+ # cpu: 4
961
+ # memory: 12G
955
962
956
963
# # @param catalog.labels Labels for Anchore Catalog pods
957
964
# #
@@ -987,6 +994,7 @@ catalog:
987
994
# ########################################################
988
995
dataSyncer :
989
996
# # @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.
990
998
# #
991
999
replicaCount : 1
992
1000
@@ -1026,6 +1034,7 @@ dataSyncer:
1026
1034
# cpu: 1
1027
1035
# memory: 8G
1028
1036
# limits:
1037
+ # cpu: 2
1029
1038
# memory: 8G
1030
1039
1031
1040
# # @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1062,6 +1071,7 @@ dataSyncer:
1062
1071
# ###########################################
1063
1072
notifications :
1064
1073
# # @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.
1065
1075
# #
1066
1076
replicaCount : 1
1067
1077
@@ -1095,12 +1105,14 @@ notifications:
1095
1105
# # @param notifications.resources Resource requests and limits for Anchore Notifications pods
1096
1106
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1097
1107
# # 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.
1098
1109
# #
1099
1110
resources : {}
1100
1111
# requests:
1101
- # cpu: 1
1112
+ # cpu: 2
1102
1113
# memory: 8G
1103
1114
# limits:
1115
+ # cpu: 4
1104
1116
# memory: 8G
1105
1117
1106
1118
# # @param notifications.labels Labels for Anchore Notifications pods
@@ -1165,13 +1177,15 @@ policyEngine:
1165
1177
# # @param policyEngine.resources Resource requests and limits for Anchore Policy Engine pods
1166
1178
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1167
1179
# # 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.
1168
1181
# #
1169
1182
resources : {}
1170
1183
# requests:
1171
1184
# cpu: 2
1172
1185
# memory: 8G
1173
1186
# limits:
1174
- # memory: 8G
1187
+ # cpu: 4
1188
+ # memory: 12G
1175
1189
1176
1190
# # @param policyEngine.labels Labels for Anchore Policy Engine pods
1177
1191
# #
@@ -1240,14 +1254,16 @@ reports:
1240
1254
# # @param reports.resources Resource requests and limits for Anchore Reports pods
1241
1255
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1242
1256
# # 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.
1243
1258
# # NOTE: the commented resources below are assuming the use of a scratch volume with `anchoreConfig.reports.use_volume=true`
1244
1259
# # If not using a scratch volume, the memory resources may need to be increased.
1245
1260
# #
1246
1261
resources : {}
1247
1262
# requests:
1248
1263
# memory: 8G
1249
- # cpu: 1
1264
+ # cpu: 2
1250
1265
# limits:
1266
+ # cpu: 2
1251
1267
# memory: 8G
1252
1268
1253
1269
# # @param reports.labels Labels for Anchore Reports pods
@@ -1327,12 +1343,14 @@ reportsWorker:
1327
1343
# # @param reportsWorker.resources Resource requests and limits for Anchore Reports Worker pods
1328
1344
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1329
1345
# # 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.
1330
1347
# #
1331
1348
resources : {}
1332
1349
# requests:
1333
1350
# memory: 8G
1334
1351
# cpu: 2
1335
1352
# limits:
1353
+ # cpu: 2
1336
1354
# memory: 8G
1337
1355
1338
1356
# # @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1397,13 +1415,15 @@ simpleQueue:
1397
1415
# # @param simpleQueue.resources Resource requests and limits for Anchore Simple Queue pods
1398
1416
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1399
1417
# # 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.
1400
1419
# #
1401
1420
resources : {}
1402
1421
# requests:
1403
- # cpu: 1
1422
+ # cpu: 2
1404
1423
# memory: 8G
1405
1424
# limits:
1406
- # memory: 8G
1425
+ # cpu: 4
1426
+ # memory: 12G
1407
1427
1408
1428
# # @param simpleQueue.labels Labels for Anchore Simple Queue pods
1409
1429
# #
@@ -1487,13 +1507,15 @@ ui:
1487
1507
# # @param ui.resources Resource requests and limits for Anchore UI pods
1488
1508
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1489
1509
# # 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.
1490
1511
# #
1491
1512
resources : {}
1492
1513
# requests:
1493
- # cpu: 1
1514
+ # cpu: 2
1494
1515
# memory: 4G
1495
1516
# limits:
1496
- # memory: 4G
1517
+ # cpu: 4
1518
+ # memory: 8G
1497
1519
1498
1520
# # @param ui.labels Labels for Anchore UI pods
1499
1521
# #
@@ -1740,10 +1762,12 @@ postgresql:
1740
1762
# # @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
1741
1763
# #
1742
1764
resources : {}
1743
- # limits: {}
1765
+ # limits:
1766
+ # memory: 16G
1767
+ # cpu: 4
1744
1768
# requests:
1745
- # memory: 512Mi
1746
- # cpu: 2
1769
+ # memory: 16G
1770
+ # cpu: 4
1747
1771
1748
1772
# # @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
1749
1773
# #
0 commit comments