Frederic Leger 79d80c5bea Add catalog infra template for external dns used with gandi (#512)
* fixed the PR

updated dependencies versions
TTL set to 300 by default
no templating
removed confliting files from other PR

* added maintener
2017-07-10 13:57:03 +02:00

13 lines
334 B
YAML

gandidns:
image: rancher/external-dns:v0.7.2
command: -provider=gandi
expose:
- 1000
environment:
GANDI_APIKEY: ${GANDI_APIKEY}
ROOT_DOMAIN: ${ROOT_DOMAIN}
NAME_TEMPLATE: ${NAME_TEMPLATE}
TTL: ${TTL}
labels:
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"