@@ -801,10 +801,10 @@ analyzer:
801
801
# #
802
802
resources : {}
803
803
# requests:
804
- # cpu: 1000m
805
- # memory: 8000Mi
804
+ # cpu: 1
805
+ # memory: 8G
806
806
# limits:
807
- # memory: 8000Mi
807
+ # memory: 8G
808
808
809
809
# # @param analyzer.labels Labels for Anchore Analyzer pods
810
810
# #
@@ -876,10 +876,10 @@ api:
876
876
# #
877
877
resources : {}
878
878
# requests:
879
- # cpu: 500m
880
- # memory: 1000Mi
879
+ # cpu: 1
880
+ # memory: 4G
881
881
# limits:
882
- # memory: 1000Mi
882
+ # memory: 4G
883
883
884
884
# # @param api.labels Labels for Anchore API pods
885
885
# #
@@ -946,10 +946,10 @@ catalog:
946
946
# #
947
947
resources : {}
948
948
# requests:
949
- # cpu: 1000m
950
- # memory: 8000Mi
949
+ # cpu: 2
950
+ # memory: 8G
951
951
# limits:
952
- # memory: 8000Mi
952
+ # memory: 8G
953
953
954
954
# # @param catalog.labels Labels for Anchore Catalog pods
955
955
# #
@@ -1021,10 +1021,10 @@ dataSyncer:
1021
1021
# #
1022
1022
resources : {}
1023
1023
# requests:
1024
- # cpu: 1000m
1025
- # memory: 8000Mi
1024
+ # cpu: 1
1025
+ # memory: 8G
1026
1026
# limits:
1027
- # memory: 8000Mi
1027
+ # memory: 8G
1028
1028
1029
1029
# # @param dataSyncer.labels Labels for Anchore DataSyncer pods
1030
1030
# #
@@ -1096,10 +1096,10 @@ notifications:
1096
1096
# #
1097
1097
resources : {}
1098
1098
# requests:
1099
- # cpu: 100m
1100
- # memory: 500Mi
1099
+ # cpu: 1
1100
+ # memory: 8G
1101
1101
# limits:
1102
- # memory: 500Mi
1102
+ # memory: 8G
1103
1103
1104
1104
# # @param notifications.labels Labels for Anchore Notifications pods
1105
1105
# #
@@ -1166,10 +1166,10 @@ policyEngine:
1166
1166
# #
1167
1167
resources : {}
1168
1168
# requests:
1169
- # cpu: 2000m
1170
- # memory: 8000Mi
1169
+ # cpu: 2
1170
+ # memory: 8G
1171
1171
# limits:
1172
- # memory: 8000Mi
1172
+ # memory: 8G
1173
1173
1174
1174
# # @param policyEngine.labels Labels for Anchore Policy Engine pods
1175
1175
# #
@@ -1243,10 +1243,10 @@ reports:
1243
1243
# #
1244
1244
resources : {}
1245
1245
# requests:
1246
- # memory: 2000Mi
1247
- # cpu: 2000m
1246
+ # memory: 8G
1247
+ # cpu: 1
1248
1248
# limits:
1249
- # memory: 2000Mi
1249
+ # memory: 8G
1250
1250
1251
1251
# # @param reports.labels Labels for Anchore Reports pods
1252
1252
# #
@@ -1328,10 +1328,10 @@ reportsWorker:
1328
1328
# #
1329
1329
resources : {}
1330
1330
# requests:
1331
- # memory: 1000Mi
1332
- # cpu: 2000m
1331
+ # memory: 8G
1332
+ # cpu: 2
1333
1333
# limits:
1334
- # memory: 1000Mi
1334
+ # memory: 8G
1335
1335
1336
1336
# # @param reportsWorker.labels Labels for Anchore Reports Worker pods
1337
1337
# #
@@ -1398,10 +1398,10 @@ simpleQueue:
1398
1398
# #
1399
1399
resources : {}
1400
1400
# requests:
1401
- # cpu: 250m
1402
- # memory: 1000Mi
1401
+ # cpu: 1
1402
+ # memory: 8G
1403
1403
# limits:
1404
- # memory: 1000Mi
1404
+ # memory: 8G
1405
1405
1406
1406
# # @param simpleQueue.labels Labels for Anchore Simple Queue pods
1407
1407
# #
@@ -1488,10 +1488,10 @@ ui:
1488
1488
# #
1489
1489
resources : {}
1490
1490
# requests:
1491
- # cpu: 100m
1492
- # memory: 5000Mi
1491
+ # cpu: 1
1492
+ # memory: 4G
1493
1493
# limits:
1494
- # memory: 5000Mi
1494
+ # memory: 4G
1495
1495
1496
1496
# # @param ui.labels Labels for Anchore UI pods
1497
1497
# #
0 commit comments