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:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: lscr.io/linuxserver/lazylibrarian
|
repository: lscr.io/linuxserver/lazylibrarian
|
||||||
tag: version-9c0f8c51
|
tag: 9c0f8c51-ls108
|
||||||
env:
|
env:
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
PUID: 10000
|
PUID: 10000
|
||||||
|
@ -32,12 +32,12 @@ spec:
|
||||||
custom: true
|
custom: true
|
||||||
spec:
|
spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path:
|
path: /home
|
||||||
port: &port 5299
|
port: &port 5299
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 10
|
||||||
readiness: *probes
|
readiness: *probes
|
||||||
# securityContext:
|
# securityContext:
|
||||||
# allowPrivilegeEscalation: false
|
# allowPrivilegeEscalation: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue