Commit 233b9e12 authored by rjshrjndrn's avatar rjshrjndrn
Browse files

chaging kong api onboard host

No related merge requests found
Showing with 6 additions and 1 deletion
+6 -1
---
- name: Kong API
hosts: local
become: yes
hosts: "{{groups['swarm-manager-1'][0]}}"
environment:
KUBECONFIG: "{{ kubeconfig_path }}"
vars_files:
- "{{inventory_dir}}/secrets.yml"
roles:
- {role: kong-api, tags: ['kong-api']}
- {role: kong-consumer, tags: ['kong-consumer']}
......@@ -8,6 +8,7 @@ Infastructure required.
Three 2 core 8G machines
Steps:
> If you don't have a ssl certificate but public domain name, you can run deploy/certbot.sh
1. Will create a single node kubernetes cluster
- you can access via `kubectl` from the machine
2. Create databases on the second machine
......
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