From 4a104455140ac85927baa5380742b34dc6053e05 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Tue, 9 Jul 2024 08:38:05 +0200 Subject: [PATCH] Fix mastodon-streamer failing its startup probe --- templates/deployment-streaming.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index b80b5e4..3165fa2 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -143,7 +143,7 @@ spec: startupProbe: httpGet: path: /api/v1/streaming/health - port: http + port: streaming initialDelaySeconds: 5 failureThreshold: 15 periodSeconds: 5