Commit ff6e6d33 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: adding kube specific vars for api manager

No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
KONG_LOG_LEVEL=info
KONG_LOG_LEVEL=debug
KONG_DATABASE={{ kong_database }}
KONG_PG_HOST={{ kong_postgres_host }}
KONG_PG_SSL={{ kong_ssl }}
KONG_PG_USER={{ kong_postgres_user }}
KONG_PG_PASSWORD={{ kong_postgres_password }}
KONG_PG_DATABASE={{ kong_postgres_database }}
KONG_DNS_RESOLVER=127.0.0.1:53
KONG_DNSMASQ=off
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment