integration-tests: switch to go for backends to support TLS scenarios (#707)

* integration-tests: switch to go for backends to support TLS scenarios

* fix apply order

* fix duplicate port value
This commit is contained in:
Caleb Doxsey 2020-05-15 09:25:27 -06:00 committed by GitHub
parent 1cba3d50eb
commit 397d4a9f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 198 additions and 124 deletions

View file

@ -21,12 +21,12 @@ import (
)
var requiredDeployments = []string{
"ingress-nginx/nginx-ingress-controller",
"default/httpdetails",
"default/openid",
"default/pomerium-authenticate",
"default/pomerium-authorize",
"default/pomerium-proxy",
"ingress-nginx/nginx-ingress-controller",
}
// Setup configures the test cluster so that it is ready for the integration tests.