Skip to content
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

added helm chart config for revision estimate #2140

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions deploy-as-code/helm/environments/unified-works-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down