chore: remove echo friom canary tests (#10089)

Signed-off-by: Spazzy <brendankamp757@gmail.com>
This commit is contained in:
Brendan Kamp 2023-06-20 11:42:22 +02:00 committed by GitHub
parent a53cfba348
commit 1eeabe97b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 493 additions and 216 deletions

File diff suppressed because it is too large Load diff

View file

@ -219,7 +219,14 @@ func (f *Framework) NewHttpbunDeployment(opts ...func(*deploymentOptions)) strin
options.image,
80,
int32(options.replicas),
nil, nil, nil,
nil, nil,
//Required to get hostname information
[]corev1.EnvVar{
{
Name: "HTTPBUN_INFO_ENABLED",
Value: "1",
},
},
[]corev1.VolumeMount{},
[]corev1.Volume{},
true,