Skip to content

Commit

Permalink
[ESWE-1166] Set service account of IRSA on prod, preprod (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickchoijd authored Jan 3, 2025
1 parent eb85ec6 commit 527f237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 527f237

Please sign in to comment.