- Change Default response timeout for a specific route:
oc annotate route <route_name> --overwrite haproxy.router.openshift.io/timeout=10s
- Add a nodeSelector on RC ou DC
oc patch dc|rc <dc_name> -p "spec:
template: