diff --git a/deployments/templates/ingress.yml b/deployments/templates/ingress.yml index 3bd2d0ba..15ec021e 100644 --- a/deployments/templates/ingress.yml +++ b/deployments/templates/ingress.yml @@ -24,13 +24,13 @@ spec: name: find-moj-data-service # this should match the metadata.name in service.yml port: number: 80 - - host: ${EXTERNAL_DOMAIN_PREFIX}find-moj-data.service.justice.gov.uk - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: find-moj-data-service # this should match the metadata.name in service.yml - port: - number: 80 + # - host: ${EXTERNAL_DOMAIN_PREFIX}find-moj-data.service.justice.gov.uk + # http: + # paths: + # - path: / + # pathType: ImplementationSpecific + # backend: + # service: + # name: find-moj-data-service # this should match the metadata.name in service.yml + # port: + # number: 80