File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 75
75
- name : STORAGE_USERS_DATA_SERVER_URL
76
76
value : " http://{{ .appName }}:9158/data"
77
77
78
+ # propagation strategy
79
+ {{- if .Values.services.storageusers.asyncPropagation.enabled }}
80
+ - name : OCIS_DECOMPOSEDFS_PROPAGATOR
81
+ value : " async"
82
+ - name : STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY
83
+ value : {{ .Values.services.storageusers.asyncPropagation.delay | quote }}
84
+ {{- end }}
85
+
78
86
# oCIS storage driver (decomposed filesystem)
79
87
{{- if eq .Values.services.storageusers.storageBackend.driver "ocis" }}
80
88
- name : STORAGE_USERS_DRIVER
Original file line number Diff line number Diff line change @@ -1881,6 +1881,11 @@ services:
1881
1881
# -- Number of event consumers to be started that concurrently consume events (eg. postprocessing related events)
1882
1882
concurrency : 10
1883
1883
1884
+ # -- Enable asynchronous metadata propagation
1885
+ asyncPropagation :
1886
+ enabled : false
1887
+ delay : " 5s"
1888
+
1884
1889
storageBackend :
1885
1890
# -- Configures the storage driver. Possible values are "ocis" and "s3ng".
1886
1891
# The oCIS driver stores all data in the persistent volume if persistence is enabled.
You can’t perform that action at this time.
0 commit comments