Loading charts/rucio-daemons/templates/abacus-rse.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ spec: - name: RUCIO_DAEMON value: "abacus-rse" - name: RUCIO_DAEMON_ARGS value: "--threads {{ .Values.abacusRse.threads }}" value: "{{- if .Values.abacusRse.fillHistoryTable }}--enable-history {{ end }}--threads {{ .Values.abacusRse.threads }}" {{- with .Values.abacusRse.resources }} resources: {{ toYaml . | trim | indent 12 }} Loading charts/rucio-daemons/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ abacusCollectionReplica: cpu: "700m" abacusRse: fillHistoryTable: 0 threads: 1 podAnnotations: {} resources: Loading Loading
charts/rucio-daemons/templates/abacus-rse.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ spec: - name: RUCIO_DAEMON value: "abacus-rse" - name: RUCIO_DAEMON_ARGS value: "--threads {{ .Values.abacusRse.threads }}" value: "{{- if .Values.abacusRse.fillHistoryTable }}--enable-history {{ end }}--threads {{ .Values.abacusRse.threads }}" {{- with .Values.abacusRse.resources }} resources: {{ toYaml . | trim | indent 12 }} Loading
charts/rucio-daemons/values.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ abacusCollectionReplica: cpu: "700m" abacusRse: fillHistoryTable: 0 threads: 1 podAnnotations: {} resources: Loading