diff options
| -rw-r--r-- | kube/alrest/x/hlang/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
