Commit 0580368e authored by Eric Vaandering's avatar Eric Vaandering
Browse files

Seem to need something in the values files for deployment config

parent 5e539eaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.27.3
version: 1.27.4
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+11 −0
Original line number Diff line number Diff line
@@ -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: {}