community-catalog/templates/dnsimple/1/rancher-compose.yml

38 lines
1.1 KiB
YAML

.catalog:
name: "DNSimple DNS"
version: "v0.2.1-rancher1"
description: "Rancher External DNS service powered by DNSimple. Requires Rancher version 0.44.0"
minimum_rancher_version: v0.44.0
maximum_rancher_version: v1.2.0-pre3
questions:
- variable: "DNSIMPLE_EMAIL"
label: "DNSimple account email address"
description: "EMail address associated with your DNSimple account"
type: "string"
required: true
- variable: "DNSIMPLE_TOKEN"
label: "DNSimple API token"
description: "API token for your DNSimple account"
type: "string"
required: true
- variable: "ROOT_DOMAIN"
label: "Root domain"
description: "DNS entries will be created for <service>.<stack>.<environment>.<root domain>"
type: "string"
required: true
- variable: "TTL"
label: "TTL"
description: "The resource record cache time to live (TTL), in seconds"
type: "int"
default: 300
required: false
dnsimple:
health_check:
port: 1000
interval: 2000
unhealthy_threshold: 3
request_line: GET / HTTP/1.0
healthy_threshold: 2
response_timeout: 2000