This commit is contained in:
Kar
2026-02-01 20:22:29 +05:30
commit 52265ed4cc
30 changed files with 2058 additions and 0 deletions

11
fn.md Normal file
View File

@@ -0,0 +1,11 @@
## Status transitions
| From | To | Action |
| -------------- | ---------- | -------------------- |
| need_to_deploy | deploying | enqueue job |
| deploying | deployed | success |
| deploying | err | failure |
| deployed | stopped | scale 0 |
| stopped | restarting | scale up |
| any | deleted | delete k8s resources |