@@ -797,6 +797,7 @@ anchoreConfig:
797
797
# #####################################################
798
798
analyzer :
799
799
# # @param analyzer.replicaCount Number of replicas for the Anchore Analyzer deployment
800
+ # # Please note that Anchore licensing may dictate the permitted number of analyzers.
800
801
# #
801
802
replicaCount : 1
802
803
@@ -814,12 +815,14 @@ analyzer:
814
815
# # @param analyzer.resources Resource requests and limits for Anchore Analyzer pods
815
816
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
816
817
# # 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.
817
819
# #
818
820
resources : {}
819
821
# requests:
820
- # cpu: 1
822
+ # cpu: 2
821
823
# memory: 8G
822
824
# limits:
825
+ # cpu: 2
823
826
# memory: 8G
824
827
825
828
# # @param analyzer.labels Labels for Anchore Analyzer pods
@@ -893,13 +896,15 @@ api:
893
896
# # @param api.resources Resource requests and limits for Anchore API pods
894
897
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
895
898
# # 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.
896
900
# #
897
901
resources : {}
898
902
# requests:
899
- # cpu: 1
900
- # memory: 4G
903
+ # cpu: 2
904
+ # memory: 8G
901
905
# limits:
902
- # memory: 4G
906
+ # cpu: 4
907
+ # memory: 8G
903
908
904
909
# # @param api.labels Labels for Anchore API pods
905
910
# #
@@ -966,13 +971,15 @@ catalog:
966
971
# # @param catalog.resources Resource requests and limits for Anchore Catalog pods
967
972
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
968
973
# # 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.
969
975
# #
970
976
resources : {}
971
977
# requests:
972
978
# cpu: 2
973
979
# memory: 8G
974
980
# limits:
975
- # memory: 8G
981
+ # cpu: 4
982
+ # memory: 12G
976
983
977
984
# # @param catalog.labels Labels for Anchore Catalog pods
978
985
# #
@@ -1012,6 +1019,7 @@ catalog:
1012
1019
# ########################################################
1013
1020
dataSyncer :
1014
1021
# # @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.
1015
1023
# #
1016
1024
replicaCount : 1
1017
1025
@@ -1051,6 +1059,7 @@ dataSyncer:
1051
1059
# cpu: 1
1052
1060
# memory: 8G
1053
1061
# limits:
1062
+ # cpu: 2
1054
1063
# memory: 8G
1055
1064
1056
1065
# # @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1091,6 +1100,7 @@ dataSyncer:
1091
1100
# ###########################################
1092
1101
notifications :
1093
1102
# # @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.
1094
1104
# #
1095
1105
replicaCount : 1
1096
1106
@@ -1124,12 +1134,14 @@ notifications:
1124
1134
# # @param notifications.resources Resource requests and limits for Anchore Notifications pods
1125
1135
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1126
1136
# # 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.
1127
1138
# #
1128
1139
resources : {}
1129
1140
# requests:
1130
- # cpu: 1
1141
+ # cpu: 2
1131
1142
# memory: 8G
1132
1143
# limits:
1144
+ # cpu: 4
1133
1145
# memory: 8G
1134
1146
1135
1147
# # @param notifications.labels Labels for Anchore Notifications pods
@@ -1198,13 +1210,15 @@ policyEngine:
1198
1210
# # @param policyEngine.resources Resource requests and limits for Anchore Policy Engine pods
1199
1211
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1200
1212
# # 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.
1201
1214
# #
1202
1215
resources : {}
1203
1216
# requests:
1204
1217
# cpu: 2
1205
1218
# memory: 8G
1206
1219
# limits:
1207
- # memory: 8G
1220
+ # cpu: 4
1221
+ # memory: 12G
1208
1222
1209
1223
# # @param policyEngine.labels Labels for Anchore Policy Engine pods
1210
1224
# #
@@ -1277,14 +1291,16 @@ reports:
1277
1291
# # @param reports.resources Resource requests and limits for Anchore Reports pods
1278
1292
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1279
1293
# # 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.
1280
1295
# # NOTE: the commented resources below are assuming the use of a scratch volume with `anchoreConfig.reports.use_volume=true`
1281
1296
# # If not using a scratch volume, the memory resources may need to be increased.
1282
1297
# #
1283
1298
resources : {}
1284
1299
# requests:
1285
1300
# memory: 8G
1286
- # cpu: 1
1301
+ # cpu: 2
1287
1302
# limits:
1303
+ # cpu: 2
1288
1304
# memory: 8G
1289
1305
1290
1306
# # @param reports.labels Labels for Anchore Reports pods
@@ -1368,12 +1384,14 @@ reportsWorker:
1368
1384
# # @param reportsWorker.resources Resource requests and limits for Anchore Reports Worker pods
1369
1385
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1370
1386
# # 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.
1371
1388
# #
1372
1389
resources : {}
1373
1390
# requests:
1374
1391
# memory: 8G
1375
1392
# cpu: 2
1376
1393
# limits:
1394
+ # cpu: 2
1377
1395
# memory: 8G
1378
1396
1379
1397
# # @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1442,13 +1460,15 @@ simpleQueue:
1442
1460
# # @param simpleQueue.resources Resource requests and limits for Anchore Simple Queue pods
1443
1461
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1444
1462
# # 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.
1445
1464
# #
1446
1465
resources : {}
1447
1466
# requests:
1448
- # cpu: 1
1467
+ # cpu: 2
1449
1468
# memory: 8G
1450
1469
# limits:
1451
- # memory: 8G
1470
+ # cpu: 4
1471
+ # memory: 12G
1452
1472
1453
1473
# # @param simpleQueue.labels Labels for Anchore Simple Queue pods
1454
1474
# #
@@ -1536,13 +1556,15 @@ ui:
1536
1556
# # @param ui.resources Resource requests and limits for Anchore UI pods
1537
1557
# # ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
1538
1558
# # 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.
1539
1560
# #
1540
1561
resources : {}
1541
1562
# requests:
1542
- # cpu: 1
1563
+ # cpu: 2
1543
1564
# memory: 4G
1544
1565
# limits:
1545
- # memory: 4G
1566
+ # cpu: 4
1567
+ # memory: 8G
1546
1568
1547
1569
# # @param ui.labels Labels for Anchore UI pods
1548
1570
# #
@@ -1797,10 +1819,12 @@ postgresql:
1797
1819
# # @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
1798
1820
# #
1799
1821
resources : {}
1800
- # limits: {}
1822
+ # limits:
1823
+ # memory: 16G
1824
+ # cpu: 4
1801
1825
# requests:
1802
- # memory: 512Mi
1803
- # cpu: 2
1826
+ # memory: 16G
1827
+ # cpu: 4
1804
1828
1805
1829
# # @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
1806
1830
# #
0 commit comments