Skip to content

Commit a11f325

Browse files
authored
fix: kong env, kube probe changes (#2457)
* fix: updated readiness and liveness probe values (#2451) * fix: adding kong lua socket env variable
1 parent fd8f0b1 commit a11f325

File tree

3 files changed

+216
-256
lines changed

3 files changed

+216
-256
lines changed

ansible/roles/stack-api-manager/templates/api-manager.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ KONG_ADMIN_LISTEN=0.0.0.0:8001
99
KONG_MEM_CACHE_SIZE={{ kong_mem_cache_size | default('128m') }}
1010
KONG_TRUSTED_IPS=0.0.0.0/0,::/0
1111
KONG_UPSTREAM_KEEPALIVE={{ kong_upstream_keepalive | default('200') }}
12-
KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto')}}
13-
KONG_RATELIMIT_CACHE_SIZE={{kong_ratelimit_cache_size | default('12m') }}
12+
KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto') }}
13+
KONG_RATELIMIT_CACHE_SIZE={{ kong_ratelimit_cache_size | default('12m') }}
14+
KONG_LUA_SOCKET_POOL_SIZE={{ kong_lua_socket_pool_size | default('30') }}

0 commit comments

Comments
 (0)