Skip to content

Commit

Permalink
adding MODEL_PROCESS_BASE_PATH var (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM authored Nov 9, 2023
1 parent a7b3260 commit f67c2df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

modelProcessBasePath: http://pagopa-dev-atm-layer-wf-process.pagopa.svc.cluster.local:8080

database:
type: postgresql
url: postgresql://pagopa-dev-atm-layer-rds.cluster-cyezwzpjc2tj.eu-south-1.rds.amazonaws.com:5431/pagopadb?search_path=atm_layer_model_schema
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/environments/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

modelProcessBasePath: http://pagopa-prod-atm-layer-wf-process.pagopa.svc.cluster.local:8080

database:
type: postgresql
url: postgresql://pagopa-prod-atm-layer-rds.cluster-cyezwzpjc2tj.eu-south-1.rds.amazonaws.com:5431/pagopadb?search_path=atm_layer_model_schema
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/environments/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

modelProcessBasePath: http://pagopa-uat-atm-layer-wf-process.pagopa.svc.cluster.local:8080

database:
type: postgresql
url: postgresql://pagopa-uat-atm-layer-rds.cluster-cyezwzpjc2tj.eu-south-1.rds.amazonaws.com:5431/pagopadb?search_path=atm_layer_model_schema
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
value: "{{ .Values.objectStore.bucket_name }}"
- name: MODEL_OBJECT_STORE_BPMN_TEMPLATE_PATH
value: "{{ .Values.objectStore.bpmn_template_path }}"
- name: MODEL_PROCESS_BASE_PATH
value: "{{ .Values.modelProcessBasePath }}"

volumeMounts:
- name: secrets-store-inline
Expand Down

0 comments on commit f67c2df

Please sign in to comment.