dist/helm: default debug and json logs

This commit is contained in:
Jimmy Zelinskie 2017-06-05 22:37:35 -04:00
parent edef032381
commit 233b5b52ec

View file

@ -21,6 +21,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "--config=/etc/chihaya/config.yaml"
- "--debug"
- "--json"
ports:
- name: bittorrent-http
containerPort: {{ $v := .Values.config.chihaya.http.addr | split ":" }}{{ $v._1 }}