Skip to content

Commit

Permalink
test with ACR
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa1303 committed Feb 5, 2025
1 parent ee5da67 commit 1276007
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
{{if eq $LoadType "memory"}}
- name: resource-consumer-memory
image: registry.k8s.io/e2e-test-images/resource-consumer:1.9
image: telescope.azurecr.io/perf-eval/resource-consumer:1.9
imagePullPolicy: IfNotPresent
command:
- stress
Expand All @@ -45,7 +45,7 @@ spec:
{{end}}
{{if eq $LoadType "cpu"}}
- name: resource-consumer-cpu
image: registry.k8s.io/e2e-test-images/resource-consumer:1.9
image: telescope.azurecr.io/perf-eval/resource-consumer:1.9
imagePullPolicy: IfNotPresent
command:
- ./consume-cpu/consume-cpu
Expand Down

0 comments on commit 1276007

Please sign in to comment.