increase memory of the runner pod

was seeing exit code 137 (OOM)
This commit is contained in:
E M 2026-05-01 11:37:11 +10:00
parent a9cb218d59
commit c0b1af52ca
No known key found for this signature in database

View File

@ -25,7 +25,9 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "1Gi"
memory: "4Gi"
limits:
memory: "6Gi"
env:
- name: KUBECONFIG
value: "/opt/kubeconfig.yaml"