Files
kitchenos/ci/podTemplate.yaml
Dustin C. Hatch 8f250a3343
Some checks reported errors
dustin/kitchenos/pipeline/head Something is wrong with the build of this commit
fixup! wip: Add Jenkins build pipeline
2025-11-10 09:54:07 -06:00

18 lines
396 B
YAML

spec:
containers:
- name: build
image: git.pyrocufflink.net/containerimages/buildroot
resources:
limits: &resources
cpu: 8
memory: 24Gi
requests: *resources
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts
subPath: ssh_known_hosts
volumes:
- name: ssh-known-hosts
configMap:
name: ssh-known-hosts