github.com/uber/kraken@v0.1.4/helm/values.yaml (about) 1 kraken: 2 tag: v0.1.1 3 registry_port: 30081 4 5 tracker: 6 config: /etc/config/tracker.yaml 7 replicas: 3 8 extraVolumes: 9 # - name: nginx-cache 10 # hostPath: 11 # path: /data/nginx 12 extraVolumeMounts: 13 # - name: nginx-cache 14 # mountPath: /var/cache/kraken/kraken-origin/nginx/ 15 # annotations: | 16 # foo.example.com/release: "{{ .Release.Name }}" 17 # initContainers: 18 # - name: foo 19 # image: alpine:latest 20 # command: ["sh", "-c", "echo hello"] 21 # volumeMounts: 22 # - name: config 23 # mountPath: /etc/config 24 25 build_index: 26 config: /etc/config/build-index.yaml 27 replicas: 3 28 annotations: 29 extraVolumes: 30 extraVolumeMounts: 31 initContainers: 32 # extraBackends: |- 33 # - namespace: library/.* 34 # backend: 35 # registry_tag: 36 # address: my.private.registry 37 # security: 38 # basic: 39 # username: "joebloggs" 40 # password: "12345" 41 42 origin: 43 config: /etc/config/origin.yaml 44 replicas: 3 45 annotations: 46 extraVolumes: 47 extraVolumeMounts: 48 initContainers: 49 # extraBackends: |- 50 # - namespace: library/.* 51 # backend: 52 # registry_blob: 53 # address: my.private.registry 54 # security: 55 # basic: 56 # username: "joebloggs" 57 # password: "12345" 58 59 proxy: 60 config: /etc/config/proxy.yaml 61 replicas: 1 62 annotations: 63 extraVolumes: 64 extraVolumeMounts: 65 initContainers: 66 67 agent: 68 config: /etc/config/agent.yaml 69 annotations: 70 extraVolumes: 71 extraVolumeMounts: 72 initContainers: 73 tolerations: 74 # - operator: "Exists" 75 testfs: 76 enabled: true 77 annotations: