charts/audiobookshelf/values.yaml aktualisiert

This commit is contained in:
Marko Oldenburg 2025-05-14 18:51:43 +00:00
parent cceb234055
commit 47609ebe39

View File

@ -122,19 +122,18 @@ resources:
cpu: 100m
memory: 128Mi
probes:
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 10
periodSeconds: 4
failureThreshold: 8
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 10
periodSeconds: 3
failureThreshold: 3
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 10
periodSeconds: 4
failureThreshold: 8
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 10
periodSeconds: 3
failureThreshold: 3
# Additional volumes on the output Deployment definition.
volumes: []