chore(kavita): update images, adjust email probes

This commit is contained in:
David Landry 2023-11-05 22:52:39 -05:00
parent 9e4887443e
commit 5fa6b6f7fd
2 changed files with 3 additions and 9 deletions

View file

@ -27,23 +27,17 @@ spec:
app.kubernetes.io/name: kavita-email
spec:
containers:
- image: kizaing/kavitaemail:latest
- image: jvmilazz0/kavitaemail:latest
name: kavita-email
ports:
- name: http
protocol: TCP
containerPort: 5003
livenessProbe:
httpGet:
path: /api/test
port: http
failureThreshold: 3
periodSeconds: 60
readinessProbe:
httpGet:
path: /api/test
port: http
initialDelaySeconds: 90
initialDelaySeconds: 300
failureThreshold: 5
periodSeconds: 5
resources: {}

View file

@ -45,7 +45,7 @@ spec:
- env:
- name: TZ
value: America/New_York
image: kizaing/kavita:latest
image: jvmilazz0/kavita:latest
ports:
- name: http
protocol: TCP