From a9a73c6ed615e829405f43aeec71c81bf9796c57 Mon Sep 17 00:00:00 2001 From: tals Date: Wed, 12 Jun 2019 18:42:47 +0300 Subject: [PATCH] increase lua_shared_dict config data --- internal/ingress/controller/template/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/controller/template/template.go b/internal/ingress/controller/template/template.go index 1b2d6a23c..4a1d4b1f3 100644 --- a/internal/ingress/controller/template/template.go +++ b/internal/ingress/controller/template/template.go @@ -218,7 +218,7 @@ func buildLuaSharedDictionaries(s interface{}, disableLuaRestyWAF bool) string { } out := []string{ - "lua_shared_dict configuration_data 5M", + "lua_shared_dict configuration_data 15M", "lua_shared_dict certificate_data 16M", }