Skip to content

Commit

Permalink
Increase resource limit comments/hints
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Nyahay <greg.nyahay@anchore.com>
  • Loading branch information
gnyahay committed Jan 13, 2025
1 parent 55dc5d0 commit 4372cbb
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ anchoreConfig:
######################################################
analyzer:
## @param analyzer.replicaCount Number of replicas for the Anchore Analyzer deployment
## Please note that Anchore licensing may dictate the permitted number of analyzers.
##
replicaCount: 1

Expand All @@ -803,7 +804,7 @@ analyzer:
##
resources: {}
# requests:
# cpu: 1
# cpu: 2
# memory: 8G
# limits:
# memory: 8G
Expand Down Expand Up @@ -878,10 +879,10 @@ api:
##
resources: {}
# requests:
# cpu: 1
# memory: 4G
# cpu: 2
# memory: 8G
# limits:
# memory: 4G
# memory: 8G

## @param api.labels Labels for Anchore API pods
##
Expand Down Expand Up @@ -951,7 +952,8 @@ catalog:
# cpu: 2
# memory: 8G
# limits:
# memory: 8G
# cpu: 4
# memory: 12G

## @param catalog.labels Labels for Anchore Catalog pods
##
Expand Down Expand Up @@ -987,6 +989,7 @@ catalog:
#########################################################
dataSyncer:
## @param dataSyncer.replicaCount Number of replicas for the Anchore DataSyncer deployment
## Please note that we do not suggest more than 1 instance of dataSyncer.
##
replicaCount: 1

Expand Down Expand Up @@ -1062,6 +1065,7 @@ dataSyncer:
############################################
notifications:
## @param notifications.replicaCount Number of replicas for the Anchore Notifications deployment
## Please note that at this time only 1 instance of notifications can be active therefore we do not suggest more than 2.
##
replicaCount: 1

Expand Down Expand Up @@ -1171,7 +1175,8 @@ policyEngine:
# cpu: 2
# memory: 8G
# limits:
# memory: 8G
# cpu: 4
# memory: 12G

## @param policyEngine.labels Labels for Anchore Policy Engine pods
##
Expand Down Expand Up @@ -1246,7 +1251,7 @@ reports:
resources: {}
# requests:
# memory: 8G
# cpu: 1
# cpu: 2
# limits:
# memory: 8G

Expand Down Expand Up @@ -1400,7 +1405,7 @@ simpleQueue:
##
resources: {}
# requests:
# cpu: 1
# cpu: 2
# memory: 8G
# limits:
# memory: 8G
Expand Down Expand Up @@ -1490,7 +1495,7 @@ ui:
##
resources: {}
# requests:
# cpu: 1
# cpu: 2
# memory: 4G
# limits:
# memory: 4G
Expand Down Expand Up @@ -1740,10 +1745,12 @@ postgresql:
## @param postgresql.primary.resources The resource limits & requests for the PostgreSQL Primary containers
##
resources: {}
# limits: {}
# limits:
# memory: 16G
# cpu: 4
# requests:
# memory: 512Mi
# cpu: 2
# memory: 16G
# cpu: 4

## @param postgresql.primary.service.ports.postgresql Port used to connect to Postgresql
##
Expand Down

0 comments on commit 4372cbb

Please sign in to comment.