From 527f237b2dfc155f5da737037749f09da2b41201 Mon Sep 17 00:00:00 2001 From: Rick Choi Date: Fri, 3 Jan 2025 11:32:19 +0000 Subject: [PATCH] [ESWE-1166] Set service account of IRSA on `prod`, `preprod` (#9) --- helm_deploy/values-preprod.yaml | 2 ++ helm_deploy/values-prod.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index 60f0fa7..1f0c9d3 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -14,6 +14,8 @@ generic-service: # TODO: This should be replaced by a call to a different service, or removed EXAMPLE_API_URL: "https://jobs-board-integration-api-preprod.hmpps.service.justice.gov.uk" + serviceAccountName: education-skills-work-employment-preprod + # CloudPlatform AlertManager receiver to route prometheus alerts to slack # See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts generic-prometheus-alerts: diff --git a/helm_deploy/values-prod.yaml b/helm_deploy/values-prod.yaml index 6755c18..2a7fa57 100644 --- a/helm_deploy/values-prod.yaml +++ b/helm_deploy/values-prod.yaml @@ -11,6 +11,8 @@ generic-service: # TODO: This should be replaced by a call to a different service, or removed EXAMPLE_API_URL: "https://jobs-board-integration-api.hmpps.service.justice.gov.uk" + serviceAccountName: education-skills-work-employment-prod + # CloudPlatform AlertManager receiver to route prometheus alerts to slack # See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts generic-prometheus-alerts: