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