Unverified Commit 191b8188 authored by Eric Vaandering's avatar Eric Vaandering Committed by GitHub
Browse files

Merge pull request #83 from ericvaandering/add_cache_consumer

Seem to need something in the values files for deployment config
parents 70dcbccb 0580368e
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: {}