Pyrra is currently deployed into a single Deployment resource with 2 containers:
It should be possible to scale them individually.
Migration plan:
- Outsource the pod definition in the Deployment into a dedicated
_pod.tpl with dedicated container templates.
- Add dedicated
Deployment files for each container using each dedicated container templates. This should be a using feature flag.
Pyrra is currently deployed into a single
Deploymentresource with 2 containers:It should be possible to scale them individually.
Migration plan:
_pod.tplwith dedicated container templates.Deploymentfiles for each container using each dedicated container templates. This should be a using feature flag.