Skip to content

Commit

Permalink
PI-2248 Update MPC URL config (#3909)
Browse files Browse the repository at this point in the history
* Update values-dev.yml

* Update values-preprod.yml

* Update values-prod.yml
  • Loading branch information
marcus-bcl authored Jun 17, 2024
1 parent 2ec0714 commit 717f249
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/manage-pom-cases-and-delius/deploy/values-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generic-service:
SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5
SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0
LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG
MPC_ENDPOINT_URL: https://dev.moic.service.justice.gov.uk
MPC_HANDOVER_URL: https://dev.moic.service.justice.gov.uk

generic-prometheus-alerts:
businessHoursOnly: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generic-service:
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-preprod.svc.cluster.local/auth/oauth/token
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-preprod.svc.cluster.local/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/issuer
MPC_ENDPOINT_URL: https://preprod.moic.service.justice.gov.uk
MPC_HANDOVER_URL: https://preprod.moic.service.justice.gov.uk

generic-prometheus-alerts:
businessHoursOnly: true
businessHoursOnly: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ generic-service:
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer
MPC_ENDPOINT_URL: https://moic.service.justice.gov.uk
MPC_HANDOVER_URL: https://moic.service.justice.gov.uk

0 comments on commit 717f249

Please sign in to comment.