Skip to content
Merged
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
10 changes: 5 additions & 5 deletions devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ etl:
esEndpoint: elasticsearch
etlMapping:
mappings:
- name: etl_mickey_case
- name: qa_vpodc_case
doc_type: case
type: aggregator
root: case
Expand Down Expand Up @@ -150,7 +150,7 @@ etl:
props:
- name: Gene
- name: Mutation
- name: etl_mickey_file
- name: qa_vpodc_file
doc_type: file
type: collector
root: None
Expand Down Expand Up @@ -209,16 +209,16 @@ guppy:
authFilterField: auth_resource_path
enabled: true
esEndpoint: http://elasticsearch:9200
configIndex: etl_mickey-array-config
configIndex: qa_vpodc-array-config
image:
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/guppy
tag: "2026.06"
indices:
# - index: etl_mickey
# type: patients
- index: etl_mickey_case
- index: qa_vpodc_case
type: case
- index: etl_mickey_file
- index: qa_vpodc_file
type: file
- index: omop_etl_index_cohortb_20251119
type: cohort_b_patients
Expand Down
Loading