@@ -545,7 +545,7 @@ anchoreConfig:
545
545
artifact_lifecycle_policy_tasks : 43200
546
546
547
547
# # @param anchoreConfig.catalog.event_log [object] Event log for webhooks, YAML configuration
548
- # # ref: https://docs.anchore.com/current/docs/using/cli_usage/event /#sending-events-as-webhook-notifications
548
+ # # ref: https://docs.anchore.com/current/docs/monitoring/events /#sending-events-as-webhook-notifications
549
549
# #
550
550
event_log :
551
551
max_retention_age_days : 180
@@ -823,7 +823,6 @@ analyzer:
823
823
# cpu: 2
824
824
# memory: 8G
825
825
# limits:
826
- # cpu: 2
827
826
# memory: 8G
828
827
829
828
# # @param analyzer.labels Labels for Anchore Analyzer pods
905
904
# cpu: 2
906
905
# memory: 8G
907
906
# limits:
908
- # cpu: 4
909
907
# memory: 8G
910
908
911
909
# # @param api.labels Labels for Anchore API pods
@@ -980,7 +978,6 @@ catalog:
980
978
# cpu: 2
981
979
# memory: 8G
982
980
# limits:
983
- # cpu: 4
984
981
# memory: 12G
985
982
986
983
# # @param catalog.labels Labels for Anchore Catalog pods
@@ -1062,7 +1059,6 @@ dataSyncer:
1062
1059
# cpu: 1
1063
1060
# memory: 8G
1064
1061
# limits:
1065
- # cpu: 2
1066
1062
# memory: 8G
1067
1063
1068
1064
# # @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1145,7 +1141,6 @@ notifications:
1145
1141
# cpu: 2
1146
1142
# memory: 8G
1147
1143
# limits:
1148
- # cpu: 4
1149
1144
# memory: 8G
1150
1145
1151
1146
# # @param notifications.labels Labels for Anchore Notifications pods
@@ -1221,7 +1216,6 @@ policyEngine:
1221
1216
# cpu: 2
1222
1217
# memory: 8G
1223
1218
# limits:
1224
- # cpu: 4
1225
1219
# memory: 12G
1226
1220
1227
1221
# # @param policyEngine.labels Labels for Anchore Policy Engine pods
@@ -1305,7 +1299,6 @@ reports:
1305
1299
# memory: 8G
1306
1300
# cpu: 2
1307
1301
# limits:
1308
- # cpu: 2
1309
1302
# memory: 8G
1310
1303
1311
1304
# # @param reports.labels Labels for Anchore Reports pods
@@ -1397,7 +1390,6 @@ reportsWorker:
1397
1390
# memory: 8G
1398
1391
# cpu: 2
1399
1392
# limits:
1400
- # cpu: 2
1401
1393
# memory: 8G
1402
1394
1403
1395
# # @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1473,7 +1465,6 @@ simpleQueue:
1473
1465
# cpu: 2
1474
1466
# memory: 8G
1475
1467
# limits:
1476
- # cpu: 4
1477
1468
# memory: 8G
1478
1469
1479
1470
# # @param simpleQueue.labels Labels for Anchore Simple Queue pods
@@ -1569,7 +1560,6 @@ ui:
1569
1560
# cpu: 2
1570
1561
# memory: 4G
1571
1562
# limits:
1572
- # cpu: 4
1573
1563
# memory: 8G
1574
1564
1575
1565
# # @param ui.labels Labels for Anchore UI pods
@@ -1825,12 +1815,11 @@ postgresql:
1825
1815
# # @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
1826
1816
# #
1827
1817
resources : {}
1828
- # limits:
1829
- # memory: 16G
1830
- # cpu: 4
1831
1818
# requests:
1832
1819
# memory: 16G
1833
1820
# cpu: 4
1821
+ # limits:
1822
+ # memory: 16G
1834
1823
1835
1824
# # @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
1836
1825
# #
0 commit comments