diff --git a/src/main/helm/templates/deployment.yaml b/src/main/helm/templates/deployment.yaml index 942807a4bb991f8962de65e9fefae4731c12cfc6..3616798cfb8005e585431c3e8b73067f8df69f8f 100644 --- a/src/main/helm/templates/deployment.yaml +++ b/src/main/helm/templates/deployment.yaml @@ -58,6 +58,8 @@ spec: app.kubernetes.io/name: {{ .Release.Name }} containers: - env: + - name: LOGGING_LEVEL + value: "INFO" - name: HTTP_SERVER_PORT value: "8082" - name: GRPC_SERVER_MOCK