From 233b5b52ec05ffb401212ec88b6f8828b788c2d1 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Mon, 5 Jun 2017 22:37:35 -0400 Subject: [PATCH] dist/helm: default debug and json logs --- dist/helm/chihaya/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}