remove dns option from promtail
This commit is contained in:
parent
f2bc16cbe0
commit
9578b25804
@ -36,7 +36,6 @@ job "promtail" {
|
|||||||
config {
|
config {
|
||||||
image = "grafana/promtail"
|
image = "grafana/promtail"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
dns_servers= ["192.168.1.10","192.168.1.4"]
|
|
||||||
args = [
|
args = [
|
||||||
"-config.file=/local/promtail.yml",
|
"-config.file=/local/promtail.yml",
|
||||||
"-server.http-listen-port=${NOMAD_PORT_http}",
|
"-server.http-listen-port=${NOMAD_PORT_http}",
|
||||||
|
Loading…
Reference in New Issue
Block a user