Skip to content

Commit

Permalink
Add indexer file path in helm for PMS (#1272)
Browse files Browse the repository at this point in the history
* Add indexer file path in helm for PMS

* Add config variables for PMS

- Add project-mdms-module variable
- Add egov-location-hierarchy-type variable

* Update CODEOWNERS

---------

Co-authored-by: Jagankumar <53823168+jagankumar-egov@users.noreply.github.com>
  • Loading branch information
chetankolte1 and jagankumar-egov committed Mar 3, 2023
1 parent e3bda60 commit 8fa730b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
26 changes: 4 additions & 22 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,24 +1,6 @@
ci-as-code/* @gajendran-egov
deploy-as-code/helm/.sops.yaml @gajendran-egov
deploy-as-code/egov-deployer/* @gajendran-egov
* @sathishp-eGov
deploy-as-code/* @subhashini-egov @jagankumar-egov

##Internal Env####
deploy-as-code/helm/environments/qa*.yaml @sathishp-eGov
deploy-as-code/helm/environments/uat*.yaml @sathishp-eGov
deploy-as-code/helm/environments/staging*.yaml @sathishp-eGov
deploy-as-code/helm/environments/dev*.yaml @sathishp-eGov

##UKD ENV#####
deploy-as-code/helm/environments/ukd-*.yaml @elzanmathew-eGov @pradeepkumarcm-egov

##PB Env#######
deploy-as-code/helm/environments/pb-*.yaml @ramakrishnaippili-eGov @elzanmathew-eGov

##Bihar Env#####
deploy-as-code/helm/environments/bihar-*.yaml @pradeepkumarcm-egov @elzanmathew-eGov

##UP Env###
deploy-as-code/helm/environments/up-*.yaml @subhash-eGov @elzanmathew-eGov

##NUGP Env##
deploy-as-code/helm/environments/nugp-*.yaml @elzanmathew-eGov @pradeepkumarcm-egov
deploy-as-code/helm/environments/works-qa*.yaml @Vasanth26-egov
deploy-as-code/helm/environments/works-dev*.yaml @vishalgupta-eGov
Expand Up @@ -83,4 +83,12 @@ env: |
{{- if index .Values "project-search-max-limit" }}
- name: PROJECT_MANAGEMENT_SYSTEM_SEARCH_MAX_LIMIT
value: {{ index .Values "project-search-max-limit" | quote }}
{{- end }}
{{- if index .Values "project-mdms-module" }}
- name: PROJECT_MANAGEMENT_SYSTEM_MDMS_MODULE
value: {{ index .Values "project-mdms-module" | quote }}
{{- end }}
{{- if index .Values "egov-location-hierarchy-type" }}
- name: PROJECT_MANAGEMENT_SYSTEM_EGOV_LOCATION_HIERARCHY_TYPE
value: {{ index .Values "egov-location-hierarchy-type" | quote }}
{{- end }}
4 changes: 3 additions & 1 deletion deploy-as-code/helm/environments/works-dev.yaml
Expand Up @@ -208,6 +208,8 @@ project-management-system:
project-default-offset: 0
project-default-limit: 100
project-search-max-limit: 200
project-mdms-module: "works"
egov-location-hierarchy-type: "ADMIN"

muster-roll-service:
tracing-enabled: true
Expand Down Expand Up @@ -303,7 +305,7 @@ egov-indexer:
gitSync:
repo: "git@github.com:egovernments/works-configs"
branch: "DEV"
egov-indexer-yaml-repo-path: "file:///work-dir/works-configs/egov-indexer/estimateservices-indexer.yml,file:///work-dir/works-configs/egov-indexer/musterservices-indexer.yml,file:///work-dir/works-configs/egov-indexer/individual-indexer.yml"
egov-indexer-yaml-repo-path: "file:///work-dir/works-configs/egov-indexer/estimateservices-indexer.yml,file:///work-dir/works-configs/egov-indexer/musterservices-indexer.yml,file:///work-dir/works-configs/egov-indexer/individual-indexer.yml,file:///work-dir/works-configs/egov-indexer/projectmanagementsystem-indexer.yml"

egov-workflow-v2:
logging-level: "DEBUG"
Expand Down

0 comments on commit 8fa730b

Please sign in to comment.