Skip to content

Commit

Permalink
Merge pull request #10887 from chrischdi/pr-use-nginx-from-k8s
Browse files Browse the repository at this point in the history
🌱 test: use pause instead of nginx
  • Loading branch information
k8s-ci-robot authored Jul 17, 2024
2 parents 0f3c001 + 6273a87 commit ba6678a
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 ba6678a

Please sign in to comment.