E585 add variable · nginx/kubernetes-ingress@901fdbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 901fdbd

Browse files
author
Jim Ryan
committed
add variable
1 parent 1b530fb commit 901fdbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/k8s/controller.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ const (
7777
// IngressControllerName holds Ingress Controller name
7878
IngressControllerName = "nginx.org/ingress-controller"
7979

80-
typeKeyword = "type"
81-
helmReleaseType = "helm.sh/release.v1"
80+
typeKeyword = "type"
81+
helmReleaseType = "helm.sh/release.v1"
82+
splitClientAmountWhenWeightChangesWithoutReload = 101
8283
)
8384

8485
var (

0 commit comments

Comments
 (0)
0