devtron
devtron copied to clipboard
Feature: Support to hibernate/un hibernate for Job/ConJob type Devtron apps.
🔖 Feature description
For Deployment, Rollout, and StatefulSet Devtron charts, we currently use the following patch configuration for hibernation
{"replicaCount":0,"autoscaling":{"MinReplicas":0,"MaxReplicas":0 ,"enabled": false} }
However, in the case of Job and CronJob types, we need to include suspend: true for hibernation and suspend: false for deactivation .
🎤 Pitch / Usecases
We wanted to use hibernate/un-hibernate Devtron feature for Cronjob/Job type.
🔄️ Alternative
We can pass suspend: true in deployment template and do the next deployment for same.
👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- [X] I have read the Code of Conduct
AB#7857