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 #2163

Merged
merged 3 commits into from Dec 4, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -84,11 +84,26 @@ 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:
name: egov-service-host
key: egov-mdms-service-v2
- name: EGOV_FILESTORE_HOST
valueFrom:
configMapKeyRef:
name: egov-service-host
key: egov-filestore
- name: ESTIMATE_KAFKA_CREATE_TOPIC
value: "save-estimate"
- name: ESTIMATE_KAFKA_UPDATE_TOPIC
Expand Down
3 changes: 3 additions & 0 deletions deploy-as-code/helm/environments/unified-works-dev.yaml
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