Unverified Commit f4985900 authored by rcarpa's avatar rcarpa Committed by GitHub
Browse files

Merge pull request #98 from dchristidis/automatix-add-sleep-time-command-line-argument

Automatix: Add --sleep-time command-line argument
parents 44ae7a0f b5b49a1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: rucio-daemons
version: 1.28.1
version: 1.28.2
apiVersion: v1
description: A Helm chart to deploy daemons for Rucio
keywords:
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ spec:
            - name: RUCIO_DAEMON
              value: "automatix"
            - name: RUCIO_DAEMON_ARGS
              value: "{{- if .Values.automatix.threads }} --threads-per-process {{ .Values.automatix.threads }}{{ end }} {{- if .Values.automatix.inputFile }} --input-file {{ .Values.automatix.inputFile }}{{ end }}"
              value: "{{- if .Values.automatix.threads }} --threads-per-process {{ .Values.automatix.threads }}{{ end }} {{- if .Values.automatix.inputFile }} --input-file {{ .Values.automatix.inputFile }}{{ end }} {{- if .Values.automatix.sleepTime }} --sleep-time {{ .Values.automatix.sleepTime }}{{ end }}"
            - name: X509_USER_PROXY
              value: "/opt/proxy/x509up"
{{- with .Values.automatix.resources }}
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ abacusRse:

automatix:
  threads: 1
  sleepTime: 30
  podAnnotations: {}
  resources:
    limits: