Add CUBER_APP_NAME and CUBER_RELEASE_VERSION env variables
Unclaimed project
Are you a maintainer of cuber-gem? Claim this project to take control of your public changelog and roadmap.
Changelog
An automation tool that simplify the deployment of your apps on Kubernetes.
Last updated about 1 year ago
Add CUBER_APP_NAME and CUBER_RELEASE_VERSION env variables
Improve PodDisruptionBudget: set maxUnavailable to 25% instead of 50%
Add autoscaling using HorizontalPodAutoscaler (HPA).
You can now scale automatically based on CPU usage using the new range syntax:
proc :web, 'rails server', scale: 2..10
Configure readiness probe with longer timeout for web proc