Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-k8s
This commit is contained in:
commit
0f3b1d9052
1 changed files with 23 additions and 0 deletions
23
generic/ungleich-hardware-sleep.yaml
Normal file
23
generic/ungleich-hardware-sleep.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: ungleich-hardware
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: ungleich-hardware
|
||||||
|
image: harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-hardware:0.0.2
|
||||||
|
args:
|
||||||
|
- sleep
|
||||||
|
- "1000000"
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /dev
|
||||||
|
name: dev
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: "server63"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dev
|
||||||
|
hostPath:
|
||||||
|
path: /dev
|
Loading…
Reference in a new issue