Skip to content

Commit

Permalink
update tesseract-api resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed May 9, 2024
1 parent 35139bb commit 6009ca9
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions helm/arkansas-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cache:
# Varnish storage backend type (https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html)
varnishStorage: malloc # default,malloc,umem,file...
# Varnish storage backend size
storageSize: 128M # K(ibibytes), M(ebibytes), G(ibibytes), T(ebibytes) ... unlimited
storageSize: 3G # K(ibibytes), M(ebibytes), G(ibibytes), T(ebibytes) ... unlimited
# Varnish transient storage backend type (https://varnish-cache.org/docs/trunk/users-guide/storage-backends.html)
#varnishTransientStorage: malloc
# Varnish transient storage backend size
Expand Down Expand Up @@ -218,17 +218,13 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources:
requests:
cpu: 100m
memory: 1Gi
limits:
cpu: 200m
memory: 3Gi

autoscaling:
enabled: false
Expand Down

0 comments on commit 6009ca9

Please sign in to comment.