fix(lazy-librarian): use correct tag for image, increase probe threshold
This commit is contained in:
parent
ccdf27983b
commit
6c4265285c
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: lscr.io/linuxserver/lazylibrarian
|
||||
tag: version-9c0f8c51
|
||||
tag: 9c0f8c51-ls108
|
||||
env:
|
||||
TZ: America/New_York
|
||||
PUID: 10000
|
||||
|
@ -32,12 +32,12 @@ spec:
|
|||
custom: true
|
||||
spec:
|
||||
httpGet:
|
||||
path:
|
||||
path: /home
|
||||
port: &port 5299
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 10
|
||||
readiness: *probes
|
||||
# securityContext:
|
||||
# allowPrivilegeEscalation: false
|
||||
|
|
Loading…
Add table
Reference in a new issue