Files
kioskpi/ci/podTemplate.yaml
Dustin C. Hatch 4a4a6e009e
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit
wip: Initial commit
2025-11-14 20:37:05 -06:00

33 lines
757 B
YAML

metadata:
annotations:
io.kubernetes.cri-o.TrySkipVolumeSELinuxLabel: 'true'
spec:
containers:
- name: build
image: git.pyrocufflink.net/containerimages/buildroot
resources:
limits: &resources
cpu: 6
memory: 12Gi
requests: *resources
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts
subPath: ssh_known_hosts
nodeSelector:
kubernetes.io/arch: amd64
du5t1n.me/jenkins: ''
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
seLinuxOptions:
level: s0:c596,c675
tolerations:
- key: du5t1n.me/jenkins
volumes:
- name: ssh-known-hosts
configMap:
name: ssh-known-hosts