Skip to content

Create routes for different hosts

Dimitra Chatzichrysou requested to merge production-routes into dev

Related with #17 (closed)

Manual actions:

  • Update qa HELM_VALUES:
route:
  hosts: 
    - web-redirector-v2-qa.web.cern.ch
  • Update production HELM_VALUES:
route:
  hosts: 
    - cern.ch
    - www.cern.ch
  annotations:
    # clear IP whitelist so that application is available from the Internet
    haproxy.router.openshift.io/ip_whitelist: ""

Merge request reports