From 03f53d5ed07ecfc904797284b730c43205b6c5c4 Mon Sep 17 00:00:00 2001 From: Echoz Date: Thu, 11 Apr 2024 07:06:34 +0200 Subject: [PATCH] fix: add startup probe to rotor (#11) --- templates/rotor/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/rotor/deployment.yaml b/templates/rotor/deployment.yaml index a7de01e..6eaff48 100644 --- a/templates/rotor/deployment.yaml +++ b/templates/rotor/deployment.yaml @@ -112,6 +112,11 @@ spec: httpGet: port: http path: /health + startupProbe: + httpGet: + port: http + path: /health + failureThreshold: 60 {{- end }} {{- if .Values.rotor.envFrom }} envFrom: