Skip to content

Commit

Permalink
Merge pull request #83 from ericvaandering/add_cache_consumer
Browse files Browse the repository at this point in the history
Seem to need something in the values files for deployment config
  • Loading branch information
ericvaandering authored Jan 11, 2022
2 parents 70dcbcc + 0580368 commit 191b818
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-daemons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rucio-daemons
version: 1.27.3
version: 1.27.4
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
Expand Down
11 changes: 11 additions & 0 deletions charts/rucio-daemons/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ automatix:
memory: "100Mi"
cpu: "100m"

cacheConsumer:
threads: 1
podAnnotations: {}
resources:
limits:
memory: "200Mi"
cpu: "700m"
requests:
memory: "100Mi"
cpu: "100m"

conveyorTransferSubmitter:
threads: 1
podAnnotations: {}
Expand Down

0 comments on commit 191b818

Please sign in to comment.