Add probes to deployments used in e2e tests
This commit is contained in:
parent
af714ac20f
commit
8a0dec9dd1
4 changed files with 76 additions and 40 deletions
|
|
@ -40,7 +40,7 @@ var _ = framework.IngressNginxDescribe("Annotations - canary", func() {
|
|||
f.NewEchoDeployment()
|
||||
|
||||
// Deployment for canary backend
|
||||
f.NewDeployment("http-svc-canary", "gcr.io/kubernetes-e2e-test-images/echoserver:2.1", 8080, 1)
|
||||
f.NewDeployment("http-svc-canary", "gcr.io/kubernetes-e2e-test-images/echoserver:2.2", 8080, 1)
|
||||
})
|
||||
|
||||
Context("when canaried by header", func() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue