fix: increase haproxy memory limit to 128Mi
This commit is contained in:
@@ -60,10 +60,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 16Mi
|
memory: 32Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: haproxy-config
|
- name: haproxy-config
|
||||||
mountPath: /usr/local/etc/haproxy
|
mountPath: /usr/local/etc/haproxy
|
||||||
|
|||||||
Reference in New Issue
Block a user