ci: Increase ephemeral data storage
Aimee OS/container-images/pipeline/head This commit looks good Details

Building the container image now fails with only 10 GiB of space...
build/main
Dustin 2025-01-05 16:04:13 -06:00
parent dd55d58e8f
commit 11ffd8311f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 10Gi storage: 16Gi
- name: tmp - name: tmp
emptyDir: emptyDir:
medium: Memory medium: Memory