Skip to content

Commit

Permalink
PI-2019 Temporarily increase resources for tier-to-delius
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Mar 28, 2024
1 parent 255ddb3 commit 5eb75ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion projects/tier-to-delius/deploy/values-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ generic-service:
ingress:
host: tier-to-delius-dev.hmpps.service.justice.gov.uk
className: production-only # TODO remove after CP ingress testing
replicaCount: 6
resources:
requests:
cpu: 4 # TODO remove after CP ingress testing
memory: 512Mi
limit:
cpu: 4
memory: 1Gi

scheduledDowntime:
enabled: true
Expand All @@ -19,4 +27,4 @@ generic-service:
LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG

generic-prometheus-alerts:
businessHoursOnly: true
businessHoursOnly: true

0 comments on commit 5eb75ac

Please sign in to comment.