Factor out one of the OpenShift deployments to a role to have a better idea of the results of the complete refactor #619
Labels
kind/internal
Doesn't affect users directly, may be e.g. infrastructure, DB related.
From the epic:
Variable mess
They should be, ideally, tied to the related k8s objects, but they’re global
deployment/playbooks/deploy.yml
Lines 8 to 71 in 848a1dd
Tight coupling of k8s definitions
deployment/openshift/packit-service.yml.j2
Lines 148 to 208 in 848a1dd
right now everything per deployment is in one file (deployment, route, volume, etc.); splitting up could result in less frequent redeployment on the OpenShift side when deploying manually (also allows for better “monitoring”
ok
/changed
), but at the same time implodes the amount of k8s definitions in the repository (better directory structure would be definitely needed)The text was updated successfully, but these errors were encountered: