diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index 9884ff35..ed4c5665 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -49,6 +49,8 @@ spec: image: "{{ .Values.global.image.repository }}:{{ .Values.global.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.global.image.pullPolicy }} env: + - name: LOG_LEVEL + value: "debug" - name: APP_PORT value: "3030" - name: DATABASE_URL