From 8b3051b7dcc070f0282fa5cddad1166a3bea3067 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Mon, 8 Jul 2024 16:38:29 +0200 Subject: [PATCH] Tweak numbers --- templates/deployment-streaming.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index c3708a7..b80b5e4 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -142,10 +142,10 @@ spec: port: streaming startupProbe: httpGet: - path: /health + path: /api/v1/streaming/health port: http - initialDelaySeconds: 15 - failureThreshold: 30 + initialDelaySeconds: 5 + failureThreshold: 15 periodSeconds: 5 {{- with (default .Values.resources .Values.mastodon.streaming.resources) }} resources: