mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
[e2e ingress-gce] Bump num of ingresses for scale test
This commit is contained in:
parent
228c9915ee
commit
57345e202d
@ -32,9 +32,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
numIngressesSmall = 5
|
numIngressesSmall = 5
|
||||||
numIngressesMedium = 20
|
numIngressesMedium = 20
|
||||||
numIngressesLarge = 45
|
numIngressesLarge = 50
|
||||||
|
numIngressesExtraLarge = 100
|
||||||
|
|
||||||
scaleTestIngressNamePrefix = "ing-scale"
|
scaleTestIngressNamePrefix = "ing-scale"
|
||||||
scaleTestBackendName = "echoheaders-scale"
|
scaleTestBackendName = "echoheaders-scale"
|
||||||
@ -97,6 +98,7 @@ func NewIngressScaleFramework(cs clientset.Interface, ns string, cloudConfig fra
|
|||||||
numIngressesSmall,
|
numIngressesSmall,
|
||||||
numIngressesMedium,
|
numIngressesMedium,
|
||||||
numIngressesLarge,
|
numIngressesLarge,
|
||||||
|
numIngressesExtraLarge,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user