From c50c77109567aaf0d272f65b8f48a25a2c4ad053 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 8 Jan 2025 08:21:44 +0000 Subject: [PATCH] charts/audiobookshelf/values.yaml aktualisiert --- charts/audiobookshelf/values.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index 251619c..7affd28 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -110,7 +110,7 @@ ingress: # hosts: # - chart-example.local -resources: {} +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 @@ -121,6 +121,12 @@ resources: {} # requests: # cpu: 100m # memory: 128Mi + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 100m + memory: 192Mi livenessProbe: httpGet: @@ -133,7 +139,7 @@ readinessProbe: path: / port: http initialDelaySeconds: 20 - timeoutSeconds: 2 + timeoutSeconds: 5 # Additional volumes on the output Deployment definition. volumes: []