Skip to content

Commit

Permalink
MAP-1775 Activate Service outage banner (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj authored Oct 30, 2024
1 parent 093e545 commit bd40989
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ generic-service:
ENVIRONMENT_NAME: 'DEV'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-dev.hmpps.service.justice.gov.uk
INGRESS_URL: https://dev.use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

generic-data-analytics-extractor:
args: "extract_table_names.py && extract_psql_all_tables_to_csv.sh && upload_data_file_to_data_platform.sh"
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ generic-service:
ENVIRONMENT_NAME: 'PRE-PRODUCTION'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-preprod.hmpps.service.justice.gov.uk
INGRESS_URL: https://preprod.use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: false

generic-data-analytics-extractor:
serviceAccountName: use-of-force-preprod-to-ap-s3
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ generic-service:
ENVIRONMENT_NAME: ''
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api.hmpps.service.justice.gov.uk
INGRESS_URL: https://use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: false

allowlist:
groups:
Expand Down
2 changes: 1 addition & 1 deletion server/views/pages/report-use-of-force.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

{% set html %}
<p class="govuk-notification-banner__heading">
Maintenance work is planned for 6pm on Saturday 16 September.
Maintenance work is planned for 8am on Tuesday 5 November.
Use of force may be temporarily unavailable.
</p>
{% endset %}
Expand Down
2 changes: 1 addition & 1 deletion server/views/partials/incidentPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% set html %}
<p class="govuk-notification-banner__heading">
Maintenance work is planned for 6pm on Saturday 16 September.
Maintenance work is planned for 8am on Tuesday 5 November.
Use of force may be temporarily unavailable.
</p>
{% endset %}
Expand Down

0 comments on commit bd40989

Please sign in to comment.