diff --git a/projects/tier-to-delius/deploy/values-dev.yml b/projects/tier-to-delius/deploy/values-dev.yml index 27f64767bb..f9a3219880 100644 --- a/projects/tier-to-delius/deploy/values-dev.yml +++ b/projects/tier-to-delius/deploy/values-dev.yml @@ -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 @@ -19,4 +27,4 @@ generic-service: LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: - businessHoursOnly: true \ No newline at end of file + businessHoursOnly: true