fix(helm): lower resource limits to fit within tenant-quota (1 CPU)

Set web limits to 200m/256Mi to stay within the tenant-1
ResourceQuota of 1 CPU total.
This commit is contained in:
2026-03-08 19:29:51 +01:00
parent 62a9f682a0
commit 8f306059d8

View File

@@ -29,8 +29,8 @@ resources:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 200m
memory: 256Mi
autoscaling:
enabled: false