Compare commits
1 Commits
49dbcec904
...
fa6e4831d6
Author | SHA1 | Date |
---|---|---|
|
fa6e4831d6 |
|
@ -1,7 +1,6 @@
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
terminationGracePeriodSeconds: 0
|
|
||||||
containers:
|
containers:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.pyrocufflink.blue/build/basementhud
|
image: registry.pyrocufflink.blue/build/basementhud
|
||||||
|
@ -12,7 +11,7 @@ spec:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
privileged: true
|
privileged: true
|
||||||
- name: publish
|
- name: publish
|
||||||
image: registry.fedoraproject.org/fedora
|
image: registry.fedoraproject.io/fedora:35
|
||||||
command:
|
command:
|
||||||
- sleep
|
- sleep
|
||||||
- infinity
|
- infinity
|
||||||
|
|
Loading…
Reference in New Issue