Skip to content

Commit f153ccb

Browse files
ivanmatmatioktalz
authored andcommitted
BUG: add resources limit to yaml files for deployment and daemonset
1 parent c30ce5d commit f153ccb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

deploy/haproxy-ingress-daemonset.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ spec:
133133
add:
134134
- NET_BIND_SERVICE
135135
resources:
136+
limits:
137+
memory: 2560Mi
136138
requests:
137-
cpu: "500m"
138-
memory: "50Mi"
139+
memory: 2048Mi
139140
livenessProbe:
140141
httpGet:
141142
path: /healthz

deploy/haproxy-ingress.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ spec:
134134
add:
135135
- NET_BIND_SERVICE
136136
resources:
137+
limits:
138+
memory: 2560Mi
137139
requests:
138-
cpu: "500m"
139-
memory: "50Mi"
140+
memory: 2048Mi
140141
livenessProbe:
141142
httpGet:
142143
path: /healthz

0 commit comments

Comments
 (0)