fix: reduce Windmill worker resource requests

This commit is contained in:
Ryan Moon
2026-04-02 21:52:12 -05:00
parent 67def0a249
commit 68ad0a744f

View File

@@ -17,11 +17,11 @@ windmill:
replicas: 1
resources:
requests:
cpu: 100m
memory: 256Mi
cpu: 50m
memory: 128Mi
limits:
cpu: 2000m
memory: 2Gi
memory: 1Gi
lsp:
enabled: false