From 090ef2fdad7032b09b02e4ffcaeeb4b64d174411 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 19 Jan 2025 12:28:29 -0500 Subject: kube/alrest/x/hlang: SLOG_LEVEL=debug Signed-off-by: Xe Iaso --- kube/alrest/x/hlang/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kube/alrest/x/hlang/deployment.yaml b/kube/alrest/x/hlang/deployment.yaml index da92408..1f1de13 100644 --- a/kube/alrest/x/hlang/deployment.yaml +++ b/kube/alrest/x/hlang/deployment.yaml @@ -20,6 +20,9 @@ spec: - name: main image: ghcr.io/xe/x/hlang:latest imagePullPolicy: "Always" + env: + - name: SLOG_LEVEL + value: debug resources: limits: cpu: "500m" -- cgit v1.2.3