Skip to content

Commit

Permalink
Add scheduled downtime to non-prod environments (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche-jd authored Jan 13, 2025
1 parent e7371bb commit 95437fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
generic-service:
replicaCount: 2

scheduledDowntime:
enabled: true

ingress:
host: hmpps-uof-data-api-dev.hmpps.service.justice.gov.uk

Expand Down
3 changes: 3 additions & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
generic-service:
replicaCount: 2

scheduledDowntime:
enabled: true

ingress:
host: hmpps-uof-data-api-preprod.hmpps.service.justice.gov.uk

Expand Down

0 comments on commit 95437fd

Please sign in to comment.