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 app.kubernetes.io/name: kavita-email
spec: spec:
containers: containers:
- image: kizaing/kavitaemail:latest - image: jvmilazz0/kavitaemail:latest
name: kavita-email name: kavita-email
ports: ports:
- name: http - name: http
protocol: TCP protocol: TCP
containerPort: 5003 containerPort: 5003
livenessProbe:
httpGet:
path: /api/test
port: http
failureThreshold: 3
periodSeconds: 60
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /api/test path: /api/test
port: http port: http
initialDelaySeconds: 90 initialDelaySeconds: 300
failureThreshold: 5 failureThreshold: 5
periodSeconds: 5 periodSeconds: 5
resources: {} resources: {}

View file

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