dist/helm: default debug and json logs
This commit is contained in:
parent
edef032381
commit
233b5b52ec
1 changed files with 2 additions and 0 deletions
2
dist/helm/chihaya/templates/deployment.yaml
vendored
2
dist/helm/chihaya/templates/deployment.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue