From 2495a010664962bba9b528bd2dfb4e7b9ee6bc67 Mon Sep 17 00:00:00 2001 From: Liam MacPherson <11508628+LiamMacP@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:37:55 +0100 Subject: [PATCH] Enable external ingress (#297) Enable the external ingress to allow for the `engineering.homeoffice.gov.uk` domain. --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index d6f48b78..2bd5a47d 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -12,5 +12,5 @@ ingress: enabled: true host: engineering.internal.sas.homeoffice.gov.uk external: - enabled: false + enabled: true host: engineering.homeoffice.gov.uk