Skip to content

Commit

Permalink
Merge pull request #2456 from keshavprasadms/kong-env-change
Browse files Browse the repository at this point in the history
fix: adding kong lua socket env variable
  • Loading branch information
G33tha authored Apr 21, 2021
2 parents 1137606 + 998b776 commit 736a465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/stack-api-manager/templates/api-manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ KONG_ADMIN_LISTEN=0.0.0.0:8001
KONG_MEM_CACHE_SIZE={{ kong_mem_cache_size | default('128m') }}
KONG_TRUSTED_IPS=0.0.0.0/0,::/0
KONG_UPSTREAM_KEEPALIVE={{ kong_upstream_keepalive | default('200') }}
KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto')}}
KONG_RATELIMIT_CACHE_SIZE={{kong_ratelimit_cache_size | default('12m') }}
KONG_NGINX_WORKER_PROCESSES={{ kong_nginx_worker_processes | default('auto') }}
KONG_RATELIMIT_CACHE_SIZE={{ kong_ratelimit_cache_size | default('12m') }}
KONG_LUA_SOCKET_POOL_SIZE={{ kong_lua_socket_pool_size | default('30') }}

0 comments on commit 736a465

Please sign in to comment.