Skip to content

Commit

Permalink
fix: kong env, kube probe changes (#2457)
Browse files Browse the repository at this point in the history
* fix: updated readiness and liveness probe values (#2451)

* fix: adding kong lua socket env variable
  • Loading branch information
beepdot authored Apr 21, 2021
1 parent fd8f0b1 commit a11f325
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 256 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') }}
Loading

0 comments on commit a11f325

Please sign in to comment.