Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
ff6e6d33
Commit
ff6e6d33
authored
5 years ago
by
keshavprasadms
Browse files
Options
Download
Patches
Plain Diff
fix: adding kube specific vars for api manager
parent
5d29cbfe
3nodeinstall
3node-2.6.0
release-2.6.0-k8s_9467d13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-api-manager/templates/api-manager.env
+3
-1
ansible/roles/stack-api-manager/templates/api-manager.env
with
3 additions
and
1 deletion
+3
-1
ansible/roles/stack-api-manager/templates/api-manager.env
+
3
−
1
View file @
ff6e6d33
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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets