tracker/contrib/helm/chihaya/values.yaml
Jimmy Zelinskie 8bc2b09724 contrib/helm: default to using HEAD container
This fixes a bug where the config being used is for HEAD, but previously the container image being used was for a tagged release with a different config schema.
2017-01-31 21:40:36 -05:00

33 lines
673 B
YAML

replicaCount: 1
image:
repository: quay.io/jzelinskie/chihaya-git
tag: latest
pullPolicy: IfNotPresent
service:
name: chihaya
type: ClusterIP
resources:
limits:
cpu: 100m
memory: 1Gi
config:
chihaya:
announce_interval: 15m
prometheus_addr: 0.0.0.0:6880
max_numwant: 50
default_numwant: 25
http:
addr: 0.0.0.0:6881
allow_ip_spoofing: true
real_ip_header: X-Forwarded-For
read_timeout: 5s
write_timeout: 5s
request_timeout: 5s
udp:
addr: 0.0.0.0:6881
allow_ip_spoofing: true
max_clock_skew: 10s
storage:
gc_interval: 14m
peer_lifetime: 16m
shards: 1024