github.com/uber/kraken@v0.1.4/helm/config/origin.yaml (about)

     1  extends: /etc/kraken/config/origin/base.yaml
     2  {{ include "tls" . }}
     3  {{ include "origin-cluster" . }}
     4  
     5  backends:
     6  {{ with .Values.origin.extraBackends }}{{ tpl . $ | indent 2 }}{{ end }}
     7  {{ if .Values.testfs.enabled }}
     8    - namespace: .*
     9      backend:
    10        testfs:
    11          addr: kraken-testfs:80
    12          root: blobs
    13          name_path: identity
    14  {{ end }}
    15  
    16  hashring:
    17    max_replica: 2
    18  
    19  writeback:
    20    retry_interval: 100ms
    21    poll_retries_interval: 250ms