diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index 9931de0a..2a14a7d1 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: imagePullPolicy: {{ .Values.global.image.pullPolicy }} env: - name: LOG_LEVEL - value: "debug" + value: "error" - name: APP_PORT value: "3030" - name: DATABASE_URL