diff --git a/dist/helm/chihaya/templates/deployment.yaml b/dist/helm/chihaya/templates/deployment.yaml index b66d6d4..4a4064b 100644 --- a/dist/helm/chihaya/templates/deployment.yaml +++ b/dist/helm/chihaya/templates/deployment.yaml @@ -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 }}