Skip to content

Commit e5b79e6

Browse files
committed
fix(onepassword-connect): increase memory limit due to OOM kills
1 parent 4993880 commit e5b79e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kubernetes/main/infrastructure/external-secrets/onepassword-connect/app

kubernetes/main/infrastructure/external-secrets/onepassword-connect/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 10m
4545
memory: 30Mi
4646
limits:
47-
memory: 30Mi
47+
memory: 100Mi
4848
operator:
4949
create: true
5050
resources:

0 commit comments

Comments
 (0)