Skip to content

Commit

Permalink
PI-2723 Increase memory limit for workforce integration in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Feb 6, 2025
1 parent 02d29dc commit 6689d9f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ generic-service:
ingress:
host: workforce-allocations-to-delius.hmpps.service.justice.gov.uk

resources:
requests:
memory: 1Gi
limits:
memory: 2Gi

env:
SENTRY_ENVIRONMENT: prod
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token
Expand Down

0 comments on commit 6689d9f

Please sign in to comment.