Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
f7760be1
Commit
f7760be1
authored
Jun 13, 2022
by
Sebastian Spaink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: address more linter issues
parent
6cf09316
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
values.yaml
charts/telegraf-ds/values.yaml
+3
-3
No files found.
charts/telegraf-ds/values.yaml
View file @
f7760be1
...
...
@@ -32,14 +32,14 @@ env:
-
name
:
HOSTNAME
valueFrom
:
fieldRef
:
fieldPath
:
spec.nodeName
fieldPath
:
spec.nodeName
# In test clusters where hostnames are resolved in /etc/hosts on each node,
# the HOSTNAME is not resolvable from inside containers
# So inject the host IP as well
-
name
:
HOSTIP
valueFrom
:
fieldRef
:
fieldPath
:
status.hostIP
fieldPath
:
status.hostIP
# Mount the host filesystem and set the appropriate env variables.
# ref: https://github.com/influxdata/telegraf/blob/master/docs/FAQ.md
# HOST_PROC is required by the cpu, disk, diskio, kernel and processes input plugins
...
...
@@ -136,7 +136,7 @@ config:
outputs
:
-
influxdb
:
urls
:
-
"
http://influxdb.monitoring.svc:8086"
-
"
http://influxdb.monitoring.svc:8086"
database
:
"
telegraf"
retention_policy
:
"
"
timeout
:
"
5s"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment