adesai
adesai

Reputation: 420

Point decK to Kong Gateway running remotly

I would like to use decK for Kong to load and export configuration for Kong. My plan is to install decK on the CI server and load the Kong configuration remotely to the Kong running in a Docker container within a Docker Swarm.

By default decK is pointing to the URL:

http://localhost:8001/

Looking at the decK documentation, I can't seem to find a way to change this and point it to something like:

http://my-domain:my-port/

How can I update this?

Upvotes: 0

Views: 893

Answers (1)

Ôrel
Ôrel

Reputation: 7622

From the documentation Deck

  --kong-addr string               HTTP address of Kong's Admin API.
                                   This value can also be set using the 
                                   environment variable DECK_KONG_ADDR

Upvotes: 2

Related Questions