Update external-dns infoblox provider to 0.7.8

This commit is contained in:
Sebastiaan van Steenis
2017-11-01 10:12:13 +01:00
parent 8b8d29c6e4
commit 655e0195f8
4 changed files with 120 additions and 1 deletions
@@ -0,0 +1,16 @@
infoblox:
image: rancher/external-dns:v0.7.8
command: -provider=infoblox
expose:
- 1000
environment:
INFOBLOX_URL: ${INFOBLOX_URL}
INFOBLOX_USER_NAME: ${INFOBLOX_USER_NAME}
INFOBLOX_PASSWORD: ${INFOBLOX_PASSWORD}
ROOT_DOMAIN: ${ROOT_DOMAIN}
SSL_VERIFY: ${SSL_VERIFY}
USE_COOKIES: ${USE_COOKIES}
TTL: ${TTL}
labels:
io.rancher.container.create_agent: "true"
io.rancher.container.agent.role: "external-dns"