Skip to content

Commit

Permalink
feat(Orchestrator): Add new search api by list of task
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Sep 26, 2023
1 parent afd37d0 commit 0192166
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions charts/bpdm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,55 +1,48 @@
bpdm-gate:
enabled: false
postgres:
# use the name that was override on postgres.fullnameOverride to be used by the application on connection
fullnameOverride: ""

bpdm-pool:
enabled: true
opensearch:
enabled: true
masterService: ""
fullnameOverride: "bpdm-pool-opensearch"
postgres:
# use the name that was override on postgres.fullnameOverride to be used by the application on connection
fullnameOverride: ""


bpdm-gate:
enabled: false
fullnameOverride: "bpdm-orchpool-opensearch"
postgres:
# use the name that was override on postgres.fullnameOverride to be used by the application on connection
fullnameOverride: ""


bpdm-bridge-dummy:
enabled: true
postgres:
# use the name that was override on postgres.fullnameOverride to be used by the application on connection
fullnameOverride: ""

bpdm-cleaning-service-dummy:
enabled: true
enabled: false


bpdm-orchestrator:
enabled: true
enabled: false

opensearch:
masterService: ""
fullnameOverride: "bpdm-pool-opensearch"
fullnameOverride: "bpdm-orchpool-opensearch"
enabled: true
replicas: 1
protocol: http
roles:
- master
- ingest
- data
startupProbe:
initialDelaySeconds: 150
failureThreshold: 20
periodSeconds: 20
timeoutSeconds: 10
resources:
limits:
cpu: 300m
memory: 2Gi
requests:
cpu: 316m
cpu: 100m
memory: 2Gi
config:
opensearch.yml: |
Expand Down

0 comments on commit 0192166

Please sign in to comment.