Update gateway DNS entry to cluster-local

This commit is contained in:
Alex Ellis 2017-08-09 18:43:00 +01:00 committed by GitHub
parent df4e6cc08f
commit 28c7d8a0b7

View File

@ -31,7 +31,7 @@ scrape_configs:
- job_name: "gateway"
scrape_interval: 5s
dns_sd_configs:
- names: ['gateway.default']
- names: ['gateway.default.svc.cluster.local']
port: 8080
type: A
refresh_interval: 5s