wip: Initial commit
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit
Some checks failed
dustin/kioskpi/pipeline/head There was a failure building this commit
This commit is contained in:
32
ci/podTemplate.yaml
Normal file
32
ci/podTemplate.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user