fix: increase haproxy memory limit to 128Mi

This commit is contained in:
Ryan Moon
2026-04-03 08:01:16 -05:00
parent 0737bf0e69
commit 0d18d36d18

View File

@@ -60,10 +60,10 @@ spec:
resources:
requests:
cpu: 10m
memory: 16Mi
memory: 32Mi
limits:
cpu: 100m
memory: 64Mi
memory: 128Mi
volumeMounts:
- name: haproxy-config
mountPath: /usr/local/etc/haproxy