We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28a16 commit ff82484Copy full SHA for ff82484
deploy/haproxy-ingress-daemonset.yaml
@@ -133,9 +133,10 @@ spec:
133
add:
134
- NET_BIND_SERVICE
135
resources:
136
+ limits:
137
+ memory: 2560Mi
138
requests:
- cpu: "500m"
- memory: "50Mi"
139
+ memory: 2048Mi
140
livenessProbe:
141
httpGet:
142
path: /healthz
deploy/haproxy-ingress.yaml
@@ -134,9 +134,10 @@ spec:
143
0 commit comments