Commit 4c8e961
authored
chore: add timeoutSeconds to startupProbe in frontend deployments (#183)
This pull request introduces a configuration update to the frontend
deployment templates for both the admin and standard environments. The
main change is the addition of a timeout setting for the container's
startup command to improve reliability during initialization.
Deployment configuration improvements:
* Added `timeoutSeconds: 30` to the `spec` of both
`frontend/admin-deployment.yaml` and `frontend/deployment.yaml` to
ensure the container startup command does not hang indefinitely.
[[1]](diffhunk://#diff-ae3526cd10da0d852bc4edebe138754c3e5999fd27f3cc188e04b3edc4d914ebR31)
[[2]](diffhunk://#diff-ff608e04ebc1c467eaa947889a290db2717a17758c34255049347a364076cce3R31)1 parent 56873c5 commit 4c8e961
File tree
2 files changed
+2
-0
lines changed- infrastructure/rag/templates/frontend
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments