diff --git a/microservices/kubeApi/clients/ocp_routes.py b/microservices/kubeApi/clients/ocp_routes.py index 8eadc13..7552623 100644 --- a/microservices/kubeApi/clients/ocp_routes.py +++ b/microservices/kubeApi/clients/ocp_routes.py @@ -18,6 +18,8 @@ host_cert_mapping = { "data.gov.bc.ca": "data-api.tls", "api.gov.bc.ca": "data-api.tls", + "maps.gov.bc.ca": "data-api.tls", + "openmaps.gov.bc.ca": "data-api.tls", "apps.gov.bc.ca": "apps.tls" }