Skip to content

Commit ee6ce9a

Browse files
committed
fix: conserve gpu resources on the deployment
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 0e56588 commit ee6ce9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/coco-supported/gpu-workload/templates/gpu-vectoradd-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
app: gpu-vectoradd
77
spec:
88
replicas: 1
9+
strategy:
10+
type: Recreate
911
selector:
1012
matchLabels:
1113
app: gpu-vectoradd
@@ -23,6 +25,7 @@ spec:
2325
containers:
2426
- name: gpu-cc-verifier
2527
image: quay.io/openshift_sandboxed_containers/gpu-verifier:ubi9
28+
imagePullPolicy: Always
2629
command: ["/bin/bash"]
2730
args:
2831
- -c

0 commit comments

Comments
 (0)