Loading charts/rucio-daemons/Chart.yaml +1 −1 Original line number Diff line number Diff line name: rucio-daemons version: 1.29.3 version: 1.29.4 apiVersion: v1 description: A Helm chart to deploy daemons for Rucio keywords: Loading charts/rucio-daemons/templates/hermes.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ spec: - name: RUCIO_DAEMON value: "{{ $rucio_daemon }}" - name: RUCIO_DAEMON_ARGS value: "{{- if .Values.hermes.threads }} --threads {{ .Values.hermes.threads }}{{ end }} {{- if .Values.hermes.bulk }} --bulk {{ .Values.hermes.bulk }}{{ end }} {{- if .Values.hermes.delay }} --delay {{ .Values.hermes.delay }}{{ end }} {{- if .Values.hermes.brokerTimeout }} --broker-timeout {{ .Values.hermes.brokerTimeout }}{{ end }} {{- if .Values.hermes.brokerRetry }} --broker-retry {{ .Values.hermes.brokerRetry }}{{ end }}" value: "{{- if .Values.hermes.threads }} --threads {{ .Values.hermes.threads }}{{ end }} {{- if .Values.hermes.bulk }} --bulk {{ .Values.hermes.bulk }}{{ end }} {{- if .Values.hermes.sleepTime }} --sleep-time {{ .Values.hermes.sleepTime }}{{ end }} {{- if .Values.hermes.brokerTimeout }} --broker-timeout {{ .Values.hermes.brokerTimeout }}{{ end }} {{- if .Values.hermes.brokerRetry }} --broker-retry {{ .Values.hermes.brokerRetry }}{{ end }}" {{- with .Values.hermes.resources }} resources: {{ toYaml . | trim | indent 12 }} Loading charts/rucio-daemons/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ hermes: threads: 1 podAnnotations: {} bulk: 100 delay: 10 sleepTime: 10 brokerTimeout: 3 resources: limits: Loading Loading
charts/rucio-daemons/Chart.yaml +1 −1 Original line number Diff line number Diff line name: rucio-daemons version: 1.29.3 version: 1.29.4 apiVersion: v1 description: A Helm chart to deploy daemons for Rucio keywords: Loading
charts/rucio-daemons/templates/hermes.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ spec: - name: RUCIO_DAEMON value: "{{ $rucio_daemon }}" - name: RUCIO_DAEMON_ARGS value: "{{- if .Values.hermes.threads }} --threads {{ .Values.hermes.threads }}{{ end }} {{- if .Values.hermes.bulk }} --bulk {{ .Values.hermes.bulk }}{{ end }} {{- if .Values.hermes.delay }} --delay {{ .Values.hermes.delay }}{{ end }} {{- if .Values.hermes.brokerTimeout }} --broker-timeout {{ .Values.hermes.brokerTimeout }}{{ end }} {{- if .Values.hermes.brokerRetry }} --broker-retry {{ .Values.hermes.brokerRetry }}{{ end }}" value: "{{- if .Values.hermes.threads }} --threads {{ .Values.hermes.threads }}{{ end }} {{- if .Values.hermes.bulk }} --bulk {{ .Values.hermes.bulk }}{{ end }} {{- if .Values.hermes.sleepTime }} --sleep-time {{ .Values.hermes.sleepTime }}{{ end }} {{- if .Values.hermes.brokerTimeout }} --broker-timeout {{ .Values.hermes.brokerTimeout }}{{ end }} {{- if .Values.hermes.brokerRetry }} --broker-retry {{ .Values.hermes.brokerRetry }}{{ end }}" {{- with .Values.hermes.resources }} resources: {{ toYaml . | trim | indent 12 }} Loading
charts/rucio-daemons/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ hermes: threads: 1 podAnnotations: {} bulk: 100 delay: 10 sleepTime: 10 brokerTimeout: 3 resources: limits: Loading