charts/audiobookshelf/values.yaml aktualisiert
This commit is contained in:
parent
dff9991b77
commit
c50c771095
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user