nmasse-itix / OpenShift-Implementation-at-ITIX

OpenShift Origin Implementation at ITIX (mostly Ansible Playbooks)
MIT License
2 stars 1 forks source link

Add instructions on how to enable wildcard routes #6

Open nmasse-itix opened 5 years ago

nmasse-itix commented 5 years ago
oc set env -n default dc/router ROUTER_ALLOW_WILDCARD_ROUTES=true
oc rollout latest -n default dc/router