Skip to content

Commit

Permalink
test: use pause instead of nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 17, 2024
1 parent 3e47858 commit 6273a87
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/framework/deployment_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,14 +479,7 @@ func DeployUnevictablePod(ctx context.Context, input DeployUnevictablePodInput)
Containers: []corev1.Container{
{
Name: "web",
Image: "nginx:1.12",
Ports: []corev1.ContainerPort{
{
Name: "http",
Protocol: corev1.ProtocolTCP,
ContainerPort: 80,
},
},
Image: "registry.k8s.io/pause:latest",
},
},
},
Expand Down

0 comments on commit 6273a87

Please sign in to comment.