diff --git a/deploy/production/ingress.tpl.yml b/deploy/production/ingress.tpl.yml index f3dc9d8fb..88a488f19 100644 --- a/deploy/production/ingress.tpl.yml +++ b/deploy/production/ingress.tpl.yml @@ -27,6 +27,9 @@ spec: tls: - hosts: - prod-intranet.apps.live.cloud-platform.service.justice.gov.uk + - hosts: + - intranet.justice.gov.uk + secretName: intranet-production-cert-secret rules: - host: prod-intranet.apps.live.cloud-platform.service.justice.gov.uk http: @@ -38,3 +41,13 @@ spec: name: nginx-service port: number: 8080 + - host: intranet.justice.gov.uk + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: nginx-service + port: + number: 8080