ci: Raise pod resource requirements
dustin/sshca-cli/pipeline/head This commit looks good Details

Push the resource requests higher to try to convince Kubernetes to run
the builds on cloud nodes instead of Raspberry Pis.
Dustin 2025-09-12 09:48:46 -05:00
parent 9dc20b4fd4
commit a066303b81
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ spec:
stdin: true stdin: true
tty: true tty: true
resources: resources:
requests: requests: &resources
cpu: 1500m cpu: 6
memory: 4Gi
limits: *resources
volumeMounts: volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts - mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts name: ssh-known-hosts