Migration e2e installation to helm (#5086)
This commit is contained in:
parent
4b5c39e97b
commit
37c24b0df5
46 changed files with 321 additions and 725 deletions
|
|
@ -30,10 +30,10 @@ var _ = framework.IngressNginxDescribe("Customize health check path", func() {
|
|||
f := framework.NewDefaultFramework("custom-health-check-path")
|
||||
|
||||
Context("with a plain HTTP ingress", func() {
|
||||
It("should return HTTP/1.1 200 OK on custom health check path and port", func() {
|
||||
It("should return HTTP/1.1 200 OK on custom health port", func() {
|
||||
|
||||
f.WaitForNginxConfiguration(func(server string) bool {
|
||||
return strings.Contains(server, "location /not-healthz")
|
||||
return strings.Contains(server, "location /healthz")
|
||||
})
|
||||
|
||||
err := framework.WaitForPodsReady(f.KubeClientSet, framework.DefaultTimeout, 1, f.Namespace, metav1.ListOptions{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue