From 237790a587da2358ca261a978fc8d4a03bdbbb85 Mon Sep 17 00:00:00 2001 From: Neil Mendum Date: Fri, 21 Jan 2022 09:38:41 +0000 Subject: [PATCH] HAAR-7: addressed review comments --- helm_deploy/hmpps-audit-poc-ui/values.yaml | 1 + helm_deploy/values-dev.yaml | 1 - helm_deploy/values-preprod.yaml | 1 - helm_deploy/values-prod.yaml | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/helm_deploy/hmpps-audit-poc-ui/values.yaml b/helm_deploy/hmpps-audit-poc-ui/values.yaml index d609eeb..b55f654 100644 --- a/helm_deploy/hmpps-audit-poc-ui/values.yaml +++ b/helm_deploy/hmpps-audit-poc-ui/values.yaml @@ -14,6 +14,7 @@ generic-service: host: app-hostname.local # override per environment tlsSecretName: hmpps-audit-poc-ui-cert path: / + contextColour: green livenessProbe: httpGet: diff --git a/helm_deploy/values-dev.yaml b/helm_deploy/values-dev.yaml index 943bb48..5f3f64d 100644 --- a/helm_deploy/values-dev.yaml +++ b/helm_deploy/values-dev.yaml @@ -6,7 +6,6 @@ generic-service: ingress: host: hmpps-audit-poc-ui-dev.hmpps.service.justice.gov.uk - contextColour: green env: INGRESS_URL: "https://hmpps-audit-poc-ui-dev.hmpps.service.justice.gov.uk" diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index 9415e29..7ffe252 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -6,7 +6,6 @@ generic-service: ingress: host: hmpps-audit-poc-ui-preprod.hmpps.service.justice.gov.uk - contextColour: green env: INGRESS_URL: "https://hmpps-audit-poc-ui-preprod.hmpps.service.justice.gov.uk" diff --git a/helm_deploy/values-prod.yaml b/helm_deploy/values-prod.yaml index ceb2a8e..58b657a 100644 --- a/helm_deploy/values-prod.yaml +++ b/helm_deploy/values-prod.yaml @@ -6,7 +6,6 @@ generic-service: ingress: host: hmpps-audit-poc-ui.hmpps.service.justice.gov.uk - contextColour: green env: INGRESS_URL: "https://hmpps-audit-poc-ui.hmpps.service.justice.gov.uk"