Skip to content

Commit a1b3213

Browse files
authored
chore(operator): bump operator memory limit 256Mi → 1Gi (#52)
2 parents 678e441 + f5f0a04 commit a1b3213

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ spec:
200200
resources:
201201
requests:
202202
cpu: 50m
203-
memory: 64Mi
203+
memory: 128Mi
204204
limits:
205205
cpu: 500m
206-
memory: 256Mi
206+
memory: 1Gi
207207
securityContext:
208208
allowPrivilegeEscalation: false
209209
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)