Skip to content

Commit 3fc15a2

Browse files
committed
moar mem plz
1 parent c946bf4 commit 3fc15a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifests/argocd-executor-plugin-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ data:
1818
resources:
1919
limits:
2020
cpu: 200m
21-
memory: 64Mi
21+
memory: 512Mi
2222
requests:
2323
cpu: 100m
24-
memory: 32Mi
24+
memory: 256Mi
2525
securityContext:
2626
allowPrivilegeEscalation: false
2727
capabilities:

manifests/plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ spec:
2525
resources:
2626
requests:
2727
cpu: 100m
28-
memory: 32Mi
28+
memory: 256Mi
2929
limits:
3030
cpu: 200m
31-
memory: 64Mi
31+
memory: 512Mi
3232
securityContext:
3333
runAsNonRoot: true
3434
runAsUser: 1000

0 commit comments

Comments
 (0)