Skip to content

Commit e6ae9e0

Browse files
committed
Remove CPU limits
Signed-off-by: Greg Nyahay <[email protected]>
1 parent 368f6f7 commit e6ae9e0

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

stable/enterprise/values.yaml

+3-14
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ anchoreConfig:
545545
artifact_lifecycle_policy_tasks: 43200
546546

547547
## @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
549549
##
550550
event_log:
551551
max_retention_age_days: 180
@@ -823,7 +823,6 @@ analyzer:
823823
# cpu: 2
824824
# memory: 8G
825825
# limits:
826-
# cpu: 2
827826
# memory: 8G
828827

829828
## @param analyzer.labels Labels for Anchore Analyzer pods
@@ -905,7 +904,6 @@ api:
905904
# cpu: 2
906905
# memory: 8G
907906
# limits:
908-
# cpu: 4
909907
# memory: 8G
910908

911909
## @param api.labels Labels for Anchore API pods
@@ -980,7 +978,6 @@ catalog:
980978
# cpu: 2
981979
# memory: 8G
982980
# limits:
983-
# cpu: 4
984981
# memory: 12G
985982

986983
## @param catalog.labels Labels for Anchore Catalog pods
@@ -1062,7 +1059,6 @@ dataSyncer:
10621059
# cpu: 1
10631060
# memory: 8G
10641061
# limits:
1065-
# cpu: 2
10661062
# memory: 8G
10671063

10681064
## @param dataSyncer.labels Labels for Anchore DataSyncer pods
@@ -1145,7 +1141,6 @@ notifications:
11451141
# cpu: 2
11461142
# memory: 8G
11471143
# limits:
1148-
# cpu: 4
11491144
# memory: 8G
11501145

11511146
## @param notifications.labels Labels for Anchore Notifications pods
@@ -1221,7 +1216,6 @@ policyEngine:
12211216
# cpu: 2
12221217
# memory: 8G
12231218
# limits:
1224-
# cpu: 4
12251219
# memory: 12G
12261220

12271221
## @param policyEngine.labels Labels for Anchore Policy Engine pods
@@ -1305,7 +1299,6 @@ reports:
13051299
# memory: 8G
13061300
# cpu: 2
13071301
# limits:
1308-
# cpu: 2
13091302
# memory: 8G
13101303

13111304
## @param reports.labels Labels for Anchore Reports pods
@@ -1397,7 +1390,6 @@ reportsWorker:
13971390
# memory: 8G
13981391
# cpu: 2
13991392
# limits:
1400-
# cpu: 2
14011393
# memory: 8G
14021394

14031395
## @param reportsWorker.labels Labels for Anchore Reports Worker pods
@@ -1473,7 +1465,6 @@ simpleQueue:
14731465
# cpu: 2
14741466
# memory: 8G
14751467
# limits:
1476-
# cpu: 4
14771468
# memory: 8G
14781469

14791470
## @param simpleQueue.labels Labels for Anchore Simple Queue pods
@@ -1569,7 +1560,6 @@ ui:
15691560
# cpu: 2
15701561
# memory: 4G
15711562
# limits:
1572-
# cpu: 4
15731563
# memory: 8G
15741564

15751565
## @param ui.labels Labels for Anchore UI pods
@@ -1825,12 +1815,11 @@ postgresql:
18251815
## @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
18261816
##
18271817
resources: {}
1828-
# limits:
1829-
# memory: 16G
1830-
# cpu: 4
18311818
# requests:
18321819
# memory: 16G
18331820
# cpu: 4
1821+
# limits:
1822+
# memory: 16G
18341823

18351824
## @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
18361825
##

0 commit comments

Comments
 (0)