plantbuild icon indicating copy to clipboard operation
plantbuild copied to clipboard

test, build and push docker images, and deploy to kubernetes cluster

Results 3 plantbuild issues
Sort by recently updated
recently updated
newest added

## Type of change - feature ## Description parallel build ## Related issues https://theplanttokyo.atlassian.net/browse/SRE-3832 ## Notes for reviewer

size/XS
do-not-merge/work-in-progress

Support disable rolling update (`.spec.strategy.type` can be `Recreate`) * Default: `.spec.strategy.type` = `RollingUpdate` * Disable rolling update: set `withoutRollingUpdate` = `true` Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

size/M

How to replicate: Passing `replicas=2` to an `image_to_url()` function, this will create an HPA along with other resources. Then set the `replicas` argument to 1, the deployment replica is updated...