Commit 4734c45c authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

add stdout send params

parent 49d31131
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.6.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
+3 −0
Original line number Diff line number Diff line
@@ -12,8 +12,11 @@ data:
{{- .Values.pulsar.user_auth | toYaml | nindent 6 }}
    job_directory_mode: "0777"
    ignore_umask: True
    send_stdout_update: {{ .Values.pulsar.sendStdoutUpdate }}
    stdout_update_interval: {{ .Values.pulsar.stdoutUpdateInterval }}
    staging_directory: {{ .Values.pulsar.stagingDirectory }}
    persistence_directory: {{ .Values.pulsar.persistenceDirectory }}

{{- if .Values.pulsar.enableRabbitMq  }}
    message_queue_url: amqp://{{ .Values.pulsar.rabbitMqUser }}:{{ .Values.pulsar.rabbitMqPassword }}@{{ .Values.pulsar.rabbitMqUrl }}
{{- end }}
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ pulsar:
  rabbitMqPassword: guest
  stagingDirectory: "/pulsar/files/staging"
  persistenceDirectory: "/pulsar/files/persistent"
  sendStdoutUpdate: false
  stdoutUpdateInterval: 5
  object_store_config:

rucio: