ci: Raise pod resource requirements
dustin/sshca-cli/pipeline/head This commit looks good
Details
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.
parent
9dc20b4fd4
commit
a066303b81
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue