charts/audiobookshelf/values.yaml aktualisiert

This commit is contained in:
Marko Oldenburg 2025-01-08 07:43:07 +00:00
parent 58bb34f857
commit dc1c691cb6

View File

@ -126,11 +126,13 @@ livenessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
initialDelaySeconds: 20
timeoutSeconds: 10 timeoutSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: http port: http
initialDelaySeconds: 20
timeoutSeconds: 5 timeoutSeconds: 5
# Additional volumes on the output Deployment definition. # Additional volumes on the output Deployment definition.