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
32ac35ba
Commit
32ac35ba
authored
Sep 14, 2022
by
Alan Pope
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indeting
parent
052768ad
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
41 deletions
+41
-41
Chart.yaml
charts/telegraf-ds/Chart.yaml
+8
-8
values.yaml
charts/telegraf-ds/values.yaml
+27
-27
Chart.yaml
charts/telegraf/Chart.yaml
+0
-0
values.yaml
charts/telegraf/values.yaml
+6
-6
No files found.
charts/telegraf-ds/Chart.yaml
View file @
32ac35ba
...
...
@@ -5,18 +5,18 @@ appVersion: 1.24.0
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords
:
-
telegraf
-
collector
-
timeseries
-
influxdata
-
telegraf
-
collector
-
timeseries
-
influxdata
home
:
https://www.influxdata.com/time-series-platform/telegraf/
sources
:
-
https://github.com/influxdata/helm-charts/charts/telegraf-ds
-
https://github.com/influxdata/helm-charts/charts/telegraf-ds
maintainers
:
-
name
:
rawkode
-
name
:
rawkode
email
:
rawkode@influxdata.com
-
name
:
gitirabassi
-
name
:
gitirabassi
email
:
giacomo@influxdata.com
-
name
:
nsteinmetz
-
name
:
nsteinmetz
email
:
contact@cerenit.fr
engine
:
gotpl
charts/telegraf-ds/values.yaml
View file @
32ac35ba
...
...
@@ -3,9 +3,9 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
image
:
repo
:
"
telegraf"
tag
:
"
1.24-alpine"
pullPolicy
:
IfNotPresent
repo
:
"
telegraf"
tag
:
"
1.24-alpine"
pullPolicy
:
IfNotPresent
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources
:
...
...
@@ -28,27 +28,27 @@ args: []
## Environment
env
:
# This pulls HOSTNAME from the node, not the pod.
-
name
:
HOSTNAME
# This pulls HOSTNAME from the node, not the pod.
-
name
:
HOSTNAME
valueFrom
:
fieldRef
:
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
# 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
# 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
-
name
:
"
HOST_PROC"
# 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
-
name
:
"
HOST_PROC"
value
:
"
/hostfs/proc"
# HOST_SYS is required by the diskio plugin
-
name
:
"
HOST_SYS"
# HOST_SYS is required by the diskio plugin
-
name
:
"
HOST_SYS"
value
:
"
/hostfs/sys"
-
name
:
"
HOST_MOUNT_PREFIX"
-
name
:
"
HOST_MOUNT_PREFIX"
value
:
"
/hostfs"
## Add custom volumes and mounts
# volumes:
...
...
@@ -86,13 +86,13 @@ tolerations: []
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
serviceAccount
:
# Specifies whether a ServiceAccount should be created
serviceAccount
:
# Specifies whether a ServiceAccount should be created
create
:
true
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
# name:
# Annotations for the ServiceAccount
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
# name:
# Annotations for the ServiceAccount
annotations
:
{}
## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
...
...
@@ -101,7 +101,7 @@ serviceAccount:
# Specify the pod's SecurityContext, including the OS user and group to run the pod
podSecurityContext
:
{}
override_config
:
toml
:
~
toml
:
~
# Provide a literal TOML config
# toml
:
|+
# [global_tags]
...
...
@@ -117,8 +117,8 @@ override_config:
#
# Exposed telegraf configuration
#
# ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/
c
onfig:
# global_tags:
# cluster: "mycluster"
#
global_tags:
#
cluster: "mycluster"
agent:
interval: "10s"
round_interval: true
...
...
@@ -144,5 +144,5 @@ config:
password: ""
user_agent: "telegraf"
insecure_skip_verify: false
monitor_self
:
false
docker_endpoint
:
"
unix:///var/run/docker.sock"
m
onitor_self: false
d
ocker_endpoint: "unix:///var/run/docker.sock"
charts/telegraf/Chart.yaml
View file @
32ac35ba
charts/telegraf/values.yaml
View file @
32ac35ba
...
...
@@ -35,12 +35,12 @@ env:
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources
:
{}
# requests:
# memory: 128Mi
# cpu: 100m
# limits:
# memory: 128Mi
# cpu: 100m
# requests:
# memory: 128Mi
# cpu: 100m
# limits:
# memory: 128Mi
# cpu: 100m
## Node labels for pod assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
...
...
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