-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: convert helm to allowlist and tidy - probably breaks nginx whi… #933
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
minReplicaCount: 1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add |
||
maxReplicaCount: 1 | ||
|
||
ingress: | ||
host: prepare-a-case-dev.apps.live-1.cloud-platform.service.justice.gov.uk | ||
|
||
env: | ||
PAC_ENV: dev | ||
COURT_CASE_SERVICE_URL: https://court-case-service-dev.apps.live-1.cloud-platform.service.justice.gov.uk | ||
NOMIS_AUTH_URL: https://sign-in-dev.hmpps.service.justice.gov.uk/auth | ||
USER_PREFERENCE_SERVICE_URL: https://hmpps-user-preferences-dev.hmpps.service.justice.gov.uk | ||
CASE_SNAPSHOT_TIMES: "00:00,08:45,09:45,10:15,10:45,11:15,11:45,12:15,12:45,13:15,13:45,14:15,14:45,15:15,15:45,16:15,16:45,17:15,17:45" | ||
CASE_TRACKING_PRE_PILOT_USERS: All | ||
ENABLE_MOVE_TO_RESULTED_ACTION: true | ||
ENABLE_WORKFLOW: true |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
minReplicaCount: 2 | ||
maxReplicaCount: 4 | ||
|
||
ingress: | ||
host: prepare-a-case-preprod.apps.live-1.cloud-platform.service.justice.gov.uk | ||
|
||
env: | ||
PAC_ENV: preprod | ||
COURT_CASE_SERVICE_URL: https://court-case-service-preprod.apps.live-1.cloud-platform.service.justice.gov.uk | ||
NOMIS_AUTH_URL: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth | ||
USER_PREFERENCE_SERVICE_URL: https://hmpps-user-preferences-preprod.hmpps.service.justice.gov.uk | ||
CASE_SNAPSHOT_TIMES: "00:00,08:45,09:45,10:15,10:45,11:15,11:45,12:15,12:45,13:15,13:45,14:15,14:45,15:15,15:45,16:15,16:45,17:15,17:45" | ||
CASE_TRACKING_PRE_PILOT_USERS: joana.aguia,tony.howard,tfe58u,ravishankar.challapalli | ||
ENABLE_MOVE_TO_RESULTED_ACTION: false | ||
|
||
resources: | ||
cpu: | ||
limit: 1000m | ||
request: 50m | ||
memory: | ||
limit: 500Mi | ||
request: 100Mi |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
minReplicaCount: 2 | ||
maxReplicaCount: 4 | ||
|
||
ingress: | ||
host: prepare-case-probation.service.justice.gov.uk | ||
cert_secret: court-probation-cert-secret | ||
|
||
env: | ||
PAC_ENV: prod | ||
COURT_CASE_SERVICE_URL: https://court-case-service.apps.live-1.cloud-platform.service.justice.gov.uk | ||
NOMIS_AUTH_URL: https://sign-in.hmpps.service.justice.gov.uk/auth | ||
USER_PREFERENCE_SERVICE_URL: https://hmpps-user-preferences.hmpps.service.justice.gov.uk | ||
CASE_SNAPSHOT_TIMES: "00:00,08:45,09:45" | ||
CASE_TRACKING_PRE_PILOT_USERS: ZAP37S,BEVERLEYWILLMOTTNPS,ZRX14Y,wyi97r,mdy87w,sarahclarkenps,bethanylilleynps,jenniferrawlingsnps,maxholgatenps,wjf65j,xzu68s,CZE89A,serenacannannps,qgd46q,santoshchakrabartnps | ||
ENABLE_MOVE_TO_RESULTED_ACTION: false | ||
|
||
resources: | ||
cpu: | ||
limit: 1000m | ||
request: 50m | ||
memory: | ||
limit: 500Mi | ||
request: 100Mi |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ingress: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add |
||
enabled: true | ||
|
||
image: | ||
repository: quay.io/hmpps/prepare-a-case | ||
tag: latest | ||
pullPolicy: Always | ||
port: 3000 | ||
|
||
allowlist: | ||
groups: | ||
- internal | ||
|
||
env: | ||
CASES_PER_PAGE: 20 | ||
ENABLE_PAST_CASES_NAVIGATION: true | ||
ENABLE_CASE_COMMENTS: true | ||
ENABLE_CASE_PROGRESS: true | ||
ENABLE_APP_INSIGHTS: true | ||
ENABLE_HEARING_OUTCOMES: true | ||
CASE_SEARCH_USERS: all | ||
ENABLE_SERVERSIDE_PAGING: true | ||
ENABLE_MOVE_TO_RESULTED_ACTION: true |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than modify this, there is a deploy_env job in the hmpps orb which will do the trick.
https://github.com/ministryofjustice/court-case-matcher/blob/main/.circleci/config.yml#L144