From 92900ce14958385c66dc37117d427cb9582e262d Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 12 Nov 2023 00:13:58 -0500 Subject: [PATCH] Disable kavita email service --- apps/kavita/email-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/kavita/email-deployment.yaml b/apps/kavita/email-deployment.yaml index 740050e..4b10c48 100644 --- a/apps/kavita/email-deployment.yaml +++ b/apps/kavita/email-deployment.yaml @@ -9,7 +9,7 @@ metadata: io.kompose.service: kavita-email name: kavita-email spec: - replicas: 1 + replicas: 0 selector: matchLabels: io.kompose.service: kavita-email @@ -37,7 +37,7 @@ spec: httpGet: path: /api/test port: http - initialDelaySeconds: 300 + initialDelaySeconds: 30 failureThreshold: 5 periodSeconds: 5 resources: {}