chore: remove echo friom canary tests (#10089)
Signed-off-by: Spazzy <brendankamp757@gmail.com>
This commit is contained in:
parent
a53cfba348
commit
1eeabe97b5
2 changed files with 493 additions and 216 deletions
File diff suppressed because it is too large
Load diff
|
@ -219,7 +219,14 @@ func (f *Framework) NewHttpbunDeployment(opts ...func(*deploymentOptions)) strin
|
||||||
options.image,
|
options.image,
|
||||||
80,
|
80,
|
||||||
int32(options.replicas),
|
int32(options.replicas),
|
||||||
nil, nil, nil,
|
nil, nil,
|
||||||
|
//Required to get hostname information
|
||||||
|
[]corev1.EnvVar{
|
||||||
|
{
|
||||||
|
Name: "HTTPBUN_INFO_ENABLED",
|
||||||
|
Value: "1",
|
||||||
|
},
|
||||||
|
},
|
||||||
[]corev1.VolumeMount{},
|
[]corev1.VolumeMount{},
|
||||||
[]corev1.Volume{},
|
[]corev1.Volume{},
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in a new issue