Loading charts/rucio-daemons/templates/conveyor-finisher.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorFinisherCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-finisher labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorFinisher.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-finisher - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-finisher" - name: RUCIO_DAEMON_ARGS Loading charts/rucio-daemons/templates/conveyor-poller.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorPollerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-poller labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorPoller.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-poller - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -100,10 +124,13 @@ spec: value: {{ $val2 | quote }} {{- end }} {{- end }} {{- end }} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-poller" - name: RUCIO_DAEMON_ARGS Loading charts/rucio-daemons/templates/conveyor-preparer.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorPreparerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-preparer labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorPreparer.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-preparer - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-preparer" - name: RUCIO_DAEMON_ARGS Loading charts/rucio-daemons/templates/conveyor-receiver.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorReceiverCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-receiver labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorReceiver.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-receiver - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-receiver" - name: RUCIO_DAEMON_ARGS Loading charts/rucio-daemons/templates/conveyor-stager.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorStagerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-stager labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorStager.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -34,6 +48,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-stager - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -59,6 +76,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -73,6 +96,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -82,10 +106,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-stager" - name: RUCIO_DAEMON_ARGS Loading Loading
charts/rucio-daemons/templates/conveyor-finisher.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorFinisherCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-finisher labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorFinisher.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-finisher - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-finisher" - name: RUCIO_DAEMON_ARGS Loading
charts/rucio-daemons/templates/conveyor-poller.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorPollerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-poller labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorPoller.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-poller - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -100,10 +124,13 @@ spec: value: {{ $val2 | quote }} {{- end }} {{- end }} {{- end }} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-poller" - name: RUCIO_DAEMON_ARGS Loading
charts/rucio-daemons/templates/conveyor-preparer.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorPreparerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-preparer labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorPreparer.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-preparer - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-preparer" - name: RUCIO_DAEMON_ARGS Loading
charts/rucio-daemons/templates/conveyor-receiver.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorReceiverCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-receiver labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorReceiver.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -46,6 +60,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-receiver - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -71,6 +88,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -85,6 +108,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -94,10 +118,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-receiver" - name: RUCIO_DAEMON_ARGS Loading
charts/rucio-daemons/templates/conveyor-stager.yaml +27 −0 Original line number Diff line number Diff line {{- if gt .Values.conveyorStagerCount 0.0 -}} apiVersion: v1 kind: Secret metadata: name: {{ template "rucio.fullname" . }}.config.conveyor-stager labels: app: {{ template "rucio.name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" type: Opaque data: rucio.config.common.json: {{ .Values.config | default dict | mustToPrettyJson | b64enc | quote }} rucio.config.component.json: {{ .Values.conveyorStager.config | default dict | mustToPrettyJson | b64enc | quote }} --- apiVersion: apps/v1 kind: Deployment metadata: Loading Loading @@ -34,6 +48,9 @@ spec: serviceAccountName: {{ .Values.serviceAccountName }} {{- end }} volumes: - name: config secret: secretName: {{ template "rucio.fullname" . }}.config.conveyor-stager - name: proxy-volume secret: secretName: {{ .Release.Name }}-rucio-x509up Loading @@ -59,6 +76,12 @@ spec: mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: config mountPath: /opt/rucio/etc/rucio.config.common.json subPath: rucio.config.common.json - name: config mountPath: /opt/rucio/etc/rucio.config.component.json subPath: rucio.config.component.json {{- range $key, $val := .Values.additionalSecrets }} - name: {{ $key }} mountPath: {{ $val.mountPath }} Loading @@ -73,6 +96,7 @@ spec: containerPort: 8080 protocol: TCP env: {{- if .Values.exportConfigToEnv }} {{- range $key1, $val1 := .Values.config }} {{- range $key2, $val2 := $val1}} - name: RUCIO_CFG_{{ $key1 | upper }}_{{ $key2 | upper }} Loading @@ -82,10 +106,13 @@ spec: key: {{ $key1 }}_{{ $key2 }} {{- end}} {{- end}} {{- end}} {{- range $key1, $val1 := .Values.optional_config }} - name: {{ $key1 | upper }} value: "{{ $val1 }}" {{- end}} - name: RUCIO_CONFIG_OVERRIDES value: "/opt/rucio/etc/rucio.config.common.json /opt/rucio/etc/rucio.config.component.json" - name: RUCIO_DAEMON value: "conveyor-stager" - name: RUCIO_DAEMON_ARGS Loading