E585
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b530fb commit 901fdbdCopy full SHA for 901fdbd
internal/k8s/controller.go
@@ -77,8 +77,9 @@ const (
77
// IngressControllerName holds Ingress Controller name
78
IngressControllerName = "nginx.org/ingress-controller"
79
80
- typeKeyword = "type"
81
- helmReleaseType = "helm.sh/release.v1"
+ typeKeyword = "type"
+ helmReleaseType = "helm.sh/release.v1"
82
+ splitClientAmountWhenWeightChangesWithoutReload = 101
83
)
84
85
var (
0 commit comments