chore: remove echo friom canary tests

Signed-off-by: Spazzy <brendankamp757@gmail.com>
This commit is contained in:
Spazzy 2023-06-15 15:43:40 +02:00
parent 686aeac596
commit 7d8d8a5bf6
No known key found for this signature in database
GPG key ID: 46BB4AF19947DB7A
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,