22 lines
449 B
YAML
22 lines
449 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: gpu-zombie-tini
|
|
namespace: gpu-zombie-test
|
|
labels:
|
|
app: gpu-zombie-test
|
|
scenario: tini
|
|
spec:
|
|
nodeName: gpu-4
|
|
terminationGracePeriodSeconds: 30
|
|
restartPolicy: Never
|
|
imagePullSecrets:
|
|
- name: harbor-pull-secret
|
|
containers:
|
|
- name: worker
|
|
image: harbor.cone-chain.net/aipf/gpu-zombie-test:tini
|
|
imagePullPolicy: Always
|
|
resources:
|
|
limits:
|
|
nvidia.com/gpu: 1
|