️(helm) reduce initialDelaySeconds and add periods seconds

InitialDelaySeconds was set to 30s which caused the tilt stack
startup to be very slow. In this commit I split the initial delay
and the period arg.
5s seems to be relevant given the nature of the app.
This commit is contained in:
Florent Chehab
2026-03-12 11:54:28 +01:00
parent 1841533d2c
commit cb9e994749
2 changed files with 24 additions and 11 deletions
+1
View File
@@ -26,6 +26,7 @@ and this project adheres to
- 🔨(python-env) migrate meet main app to UV #1120
- ♻️(backend) align Application model field with `is_active` convention #1133
- 🔐(backend) avoids revealing the inactive status of an application #1135
- ⚡️(helm) reduce initialDelaySeconds and add periods seconds #1139
### Fixed