Skip to content

Commit

Permalink
Merge branch 'master' into chore/add-create-table-to-hatchery
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds authored Feb 26, 2024
2 parents 80c2a64 + c5c5486 commit 49e09ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/services/argo-wrapper/argo-wrapper-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ spec:
subPath: argo.json
- name: argo-wrapper-namespace-config
readOnly: true
mountPath: /src/config.ini
mountPath: /argowrapper/config.ini
subPath: config.ini
1 change: 1 addition & 0 deletions kube/services/argo-wrapper/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
ARGO_ACCESS_METHOD = access
ARGO_HOST = $ARGO_HOST
ARGO_NAMESPACE = $ARGO_NAMESPACE
COHORT_DEFINITION_BY_SOURCE_AND_TEAM_PROJECT_URL = http://cohort-middleware-service/cohortdefinition-stats/by-source-id/{}/by-team-project?team-project={}
3 changes: 2 additions & 1 deletion kube/services/argo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
controller:
parallelism: 3
parallelism: 8
namespaceParallelism: 3
metricsConfig:
# -- Enables prometheus metrics server
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions kube/services/jobs/etl-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
apiVersion: batch/v1
kind: Job
metadata:
annotations:
karpenter.sh/do-not-evict: "true"
name: etl
spec:
backoffLimit: 0
Expand Down

0 comments on commit 49e09ff

Please sign in to comment.