disable komga startup probe

This commit is contained in:
SeanOMik 2023-07-23 12:11:31 -04:00
parent c2f43cff0a
commit 576e5fdc39
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 7 additions and 0 deletions

View File

@ -18,16 +18,22 @@ spec:
image:
repository: gotson/komga
tag: latest
env:
TZ: America/New_York
service:
main:
ports:
http:
port: 8080
probes:
liveness:
enabled: false
startup:
enabled: false
ingress:
main:
enabled: true
@ -43,6 +49,7 @@ spec:
- hosts:
- *host
secretName: wildcard-main-tls
persistence:
config:
enabled: true