diff --git a/helm_deploy/hmpps-audit-poc-ui/values.yaml b/helm_deploy/hmpps-audit-poc-ui/values.yaml index ce5f6f3..024f09a 100644 --- a/helm_deploy/hmpps-audit-poc-ui/values.yaml +++ b/helm_deploy/hmpps-audit-poc-ui/values.yaml @@ -1,7 +1,7 @@ --- generic-service: nameOverride: hmpps-audit-poc-ui - serviceAccountName: hmpps-audit-poc-ui + serviceAccountName: hmpps-audit-poc productId: "DPS018" replicaCount: 2 diff --git a/helm_deploy/values-dev.yaml b/helm_deploy/values-dev.yaml index c9357c0..70d3072 100644 --- a/helm_deploy/values-dev.yaml +++ b/helm_deploy/values-dev.yaml @@ -5,10 +5,10 @@ generic-service: replicaCount: 2 ingress: - host: hmpps-audit-poc-ui-dev.hmpps.service.justice.gov.uk + host: audit-poc-ui-dev.hmpps.service.justice.gov.uk env: - INGRESS_URL: "https://hmpps-audit-poc-ui-dev.hmpps.service.justice.gov.uk" + INGRESS_URL: "https://audit-poc-ui-dev.hmpps.service.justice.gov.uk" HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth" MANAGE_USERS_API_URL: "https://manage-users-api-dev.hmpps.service.justice.gov.uk" TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk" diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index 7925076..be6f48f 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -5,10 +5,10 @@ generic-service: replicaCount: 2 ingress: - host: hmpps-audit-poc-ui-preprod.hmpps.service.justice.gov.uk + host: audit-poc-ui-preprod.hmpps.service.justice.gov.uk env: - INGRESS_URL: "https://hmpps-audit-poc-ui-preprod.hmpps.service.justice.gov.uk" + INGRESS_URL: "https://audit-poc-ui-preprod.hmpps.service.justice.gov.uk" HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth" MANAGE_USERS_API_URL: "https://manage-users-api-preprod.hmpps.service.justice.gov.uk" TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk" diff --git a/helm_deploy/values-prod.yaml b/helm_deploy/values-prod.yaml index 24b1931..1502dda 100644 --- a/helm_deploy/values-prod.yaml +++ b/helm_deploy/values-prod.yaml @@ -5,10 +5,10 @@ generic-service: replicaCount: 2 ingress: - host: hmpps-audit-poc-ui.hmpps.service.justice.gov.uk + host: audit-poc-ui.hmpps.service.justice.gov.uk env: - INGRESS_URL: "https://hmpps-audit-poc-ui.hmpps.service.justice.gov.uk" + INGRESS_URL: "https://audit-poc-ui.hmpps.service.justice.gov.uk" HMPPS_AUTH_URL: "https://sign-in.hmpps.service.justice.gov.uk/auth" MANAGE_USERS_API_URL: "https://manage-users-api.hmpps.service.justice.gov.uk" TOKEN_VERIFICATION_API_URL: "https://token-verification-api.prison.service.justice.gov.uk"