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"