mirror of
https://github.com/coredns/coredns.git
synced 2025-10-30 09:43:17 -04:00
Add type to default template
This commit is contained in:
@@ -137,6 +137,6 @@ func kubernetesParse(c *caddy.Controller) (*Kubernetes, error) {
|
||||
}
|
||||
|
||||
const (
|
||||
defaultNameTemplate = "{service}.{namespace}.{zone}"
|
||||
defaultNameTemplate = "{service}.{namespace}.{type}.{zone}"
|
||||
defaultResyncPeriod = 5 * time.Minute
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user