[global]
rgw_thread_pool_size = 1024
rgw_num_rados_handles = 100
{{- if .Values.ceph.monitors }}
[mon]
{{ range .Values.ceph.monitors }}
    [mon.{{ . }}]
      host = {{ . }}
      mon_addr = {{ . }}
{{ end }}
{{- else }}
mon_host = ceph-mon.ceph
{{- end }}
[client]
  rbd_cache_enabled = true
  rbd_cache_writethrough_until_flush = true