Skip to content
Snippets Groups Projects
Commit 49e41573 authored by Guillaume Samson's avatar Guillaume Samson
Browse files

storage: specify objstorage in configuration

Related to swh/infra/sysadm-environment#4811
parent f907c20e
No related branches found
No related tags found
1 merge request!42swh: add storage service
...@@ -21,5 +21,5 @@ data: ...@@ -21,5 +21,5 @@ data:
{{- end }} {{- end }}
{{- end }} {{- end }}
objstorage: objstorage:
cls: noop {{- toYaml .Values.storage.objstorage | nindent 8 }}
{{- end -}} {{- end -}}
...@@ -194,6 +194,8 @@ storage: ...@@ -194,6 +194,8 @@ storage:
- seed1 - seed1
keySpace: swh keySpace: swh
consistencyLevel: LOCAL_QUORUM consistencyLevel: LOCAL_QUORUM
objstorage:
cls: noop
statsd_exporter: statsd_exporter:
enabled: false enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment