Skip to content

Commit

Permalink
chore(influxdb): change influxdb service name
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Nov 8, 2020
1 parent 976d7eb commit 8fbaf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/fluentd/deis-output/lib/fluent/mixin/deis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module Fluent
module Mixin
module Deis
LOGGER_URL = "http://#{ENV['DEIS_LOGGER_SERVICE_HOST']}:#{ENV['DEIS_LOGGER_SERVICE_PORT_HTTP']}/logs"
INFLUX_HOST = "#{ENV['DEIS_MONITOR_INFLUX_API_SERVICE_HOST']}"
INFLUX_PORT = "#{ENV['DEIS_MONITOR_INFLUX_API_SERVICE_PORT_TRANSPORT']}"
INFLUX_HOST = "#{ENV['DEIS_MONITOR_INFLUX_SERVICE_HOST']}"
INFLUX_PORT = "#{ENV['DEIS_MONITOR_INFLUX_SERVICE_PORT_TRANSPORT']}"
INFLUX_DATABASE = ENV['INFLUX_DATABASE'] || "kubernetes"
NSQ_URLs = "#{ENV['DEIS_NSQD_ADDRS']}".split(",")

Expand Down

0 comments on commit 8fbaf60

Please sign in to comment.