diff --git a/deploy-as-code/helm/charts/digit-works/backend/estimates/values.yaml b/deploy-as-code/helm/charts/digit-works/backend/estimates/values.yaml index d821529256..e8491e138f 100644 --- a/deploy-as-code/helm/charts/digit-works/backend/estimates/values.yaml +++ b/deploy-as-code/helm/charts/digit-works/backend/estimates/values.yaml @@ -84,6 +84,16 @@ env: | configMapKeyRef: name: egov-service-host key: egov-location + - name: EGOV_CONTRACT_HOST + valueFrom: + configMapKeyRef: + name: egov-service-host + key: contract-service + - name: EGOV_MEASUREMENTSERVICE_HOST + valueFrom: + configMapKeyRef: + name: egov-service-host + key: measurement-service - name: EGOV_MDMS_HOST_V2 valueFrom: configMapKeyRef: diff --git a/deploy-as-code/helm/environments/unified-works-dev.yaml b/deploy-as-code/helm/environments/unified-works-dev.yaml index 666bf7bd45..19fca20a20 100644 --- a/deploy-as-code/helm/environments/unified-works-dev.yaml +++ b/deploy-as-code/helm/environments/unified-works-dev.yaml @@ -620,6 +620,9 @@ estimates: estimate-default-limit: 100 estimate-search-max-limit: 200 estimate-workflow-business-service: "ESTIMATE" + estimate-revision-workflow-business-service: "REVISION-ESTIMATE" + estimate-revision-measurement-validation: "true" + estimate-revision-max-limit: 3 heap: "-Xmx512m -Xms512m" memory_limits: 512Mi