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: