Skip to content

Commit 3fd81a6

Browse files
FACT-1823 Reduce cost (#3300)
* Set defaults for chart * Bumping chart version/ fixing aliases --------- Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
1 parent 8ab6f81 commit 3fd81a6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/bulk-scan-processor/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bulk-scan-processor
22
apiVersion: v2
33
home: https://github.com/hmcts/bulk-scan-processor
4-
version: 1.0.24
4+
version: 1.0.25
55
description: HMCTS Bulk scan processor service
66
maintainers:
77
- name: HMCTS BSP Team

charts/bulk-scan-processor/values.aat.template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ java:
1414
FLYWAY_URL: "jdbc:postgresql://{{ .Release.Name }}-postgresql:5432/{{ .Values.postgresql.auth.database}}"
1515
FLYWAY_USER: "{{ .Values.postgresql.auth.username}}"
1616
FLYWAY_PASSWORD: "{{ .Values.postgresql.auth.password}}"
17+
SCAN_DELAY: "2000"
18+
LEASE_ACQUIRE_DELAY_IN_SECONDS: "60"
19+
UPLOAD_TASK_ENABLED: "true"
20+
UPLOAD_TASK_DELAY: "2000"
1721
keyVaults:
1822
"bulk-scan":
1923
secrets:

charts/bulk-scan-processor/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ java:
1515
OCR_VALIDATION_URL_NFD: http://nfdiv-case-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
1616
OCR_VALIDATION_URL_PRIVATELAW: http://fis-bulk-scan-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
1717
SCAN_ENABLED: "true"
18-
SCAN_DELAY: "4000"
18+
SCAN_DELAY: "300000"
1919
LEASE_ACQUIRE_DELAY_IN_SECONDS: "300"
2020
UPLOAD_TASK_ENABLED: "true"
21-
UPLOAD_TASK_DELAY: "4000"
21+
UPLOAD_TASK_DELAY: "300000"
2222
NOTIFICATIONS_TO_ORCHESTRATOR_TASK_ENABLED: "true"
2323
NOTIFICATIONS_TO_ORCHESTRATOR_TASK_DELAY: "3000"
2424
STORAGE_BLOB_PUBLIC_KEY: "nonprod_public_key.der"

0 commit comments

Comments
 (0)