Skip to content

Commit

Permalink
Seem to need something in the values files for deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Jan 11, 2022
1 parent 5e539ea commit 0580368
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 0580368

Please sign in to comment.