charts/audiobookshelf/values.yaml aktualisiert
This commit is contained in:
parent
d70fc19889
commit
04c7983773
@ -122,18 +122,19 @@ resources:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
probes: {}
|
||||
# tcpSocket:
|
||||
# port: http
|
||||
# initialDelaySeconds: 10
|
||||
# periodSeconds: 4
|
||||
# failureThreshold: 8
|
||||
readinessProbe:
|
||||
# tcpSocket:
|
||||
# port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 3
|
||||
failureThreshold: 3
|
||||
probes:
|
||||
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: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user