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
This commit is contained in:
Frederic Leger
2017-07-10 13:57:03 +02:00
committed by Jan B
parent a4ad974a27
commit 79d80c5bea
4 changed files with 63 additions and 0 deletions
@@ -0,0 +1,13 @@
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"