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
f51b5f7f
Unverified
Commit
f51b5f7f
authored
Sep 14, 2022
by
Josh Powers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: update telegraf to v1.24.0
parent
113cf02e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
51 deletions
+22
-51
Chart.yaml
charts/telegraf-ds/Chart.yaml
+12
-12
values.yaml
charts/telegraf-ds/values.yaml
+1
-13
Chart.yaml
charts/telegraf/Chart.yaml
+2
-2
values.yaml
charts/telegraf/values.yaml
+7
-24
No files found.
charts/telegraf-ds/Chart.yaml
View file @
f51b5f7f
apiVersion
:
v1
name
:
telegraf-ds
version
:
1.1.
1
appVersion
:
1.2
3.3
version
:
1.1.
2
appVersion
:
1.2
4.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
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
-
name
:
gitirabassi
email
:
giacomo@influxdata.com
-
name
:
nsteinmetz
email
:
contact@cerenit.fr
-
name
:
rawkode
email
:
rawkode@influxdata.com
-
name
:
gitirabassi
email
:
giacomo@influxdata.com
-
name
:
nsteinmetz
email
:
contact@cerenit.fr
engine
:
gotpl
charts/telegraf-ds/values.yaml
View file @
f51b5f7f
...
...
@@ -4,9 +4,8 @@
image
:
repo
:
"
telegraf"
tag
:
"
1.2
3
-alpine"
tag
:
"
1.2
4
-alpine"
pullPolicy
:
IfNotPresent
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources
:
...
...
@@ -16,16 +15,12 @@ resources:
limits
:
memory
:
2Gi
cpu
:
1
## Pod annotations
podAnnotations
:
{}
## Pod labels
podLabels
:
{}
## Configure args passed to Telegraf containers
args
:
[]
## The name of a secret in the same kubernetes namespace which contains values to
## be added to the environment (must be manually created)
## This can be useful for auth tokens, etc.
...
...
@@ -55,7 +50,6 @@ env:
value
:
"
/hostfs/sys"
-
name
:
"
HOST_MOUNT_PREFIX"
value
:
"
/hostfs"
## Add custom volumes and mounts
# volumes:
# - name: telegraf-output-influxdb2
...
...
@@ -70,7 +64,6 @@ env:
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations
:
[]
## If the DaemonSet should run on the host's network namespace
## hostNetwork: true
...
...
@@ -90,11 +83,9 @@ tolerations: []
## - name: ndots
## value: "2"
## - name: edns0
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
serviceAccount
:
# Specifies whether a ServiceAccount should be created
create
:
true
...
...
@@ -103,14 +94,12 @@ serviceAccount:
# name:
# Annotations for the ServiceAccount
annotations
:
{}
## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# priorityClassName: system-node-critical
# Specify the pod's SecurityContext, including the OS user and group to run the pod
podSecurityContext
:
{}
override_config
:
toml
:
~
# Provide a literal TOML config
...
...
@@ -125,7 +114,6 @@ override_config:
# bucket = "data"
# organization = "OurCompany"
# token = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
## Exposed telegraf configuration
## ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/
config
:
...
...
charts/telegraf/Chart.yaml
View file @
f51b5f7f
apiVersion
:
v2
name
:
telegraf
version
:
1.8.2
0
appVersion
:
1.2
3.3
version
:
1.8.2
1
appVersion
:
1.2
4.0
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords
:
...
...
charts/telegraf/values.yaml
View file @
f51b5f7f
...
...
@@ -3,33 +3,23 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
replicaCount
:
1
image
:
repo
:
"
telegraf"
tag
:
"
1.2
3
-alpine"
tag
:
"
1.2
4
-alpine"
pullPolicy
:
IfNotPresent
podAnnotations
:
{}
podLabels
:
{}
imagePullSecrets
:
[]
## Configure args passed to Telegraf containers
args
:
[]
# The name of a secret in the same kubernetes namespace which contains values to
# be added to the environment (must be manually created)
# This can be useful for auth tokens, etc.
# envFromSecret: "telegraf-tokens"
env
:
-
name
:
HOSTNAME
value
:
"
telegraf-polling-service"
# An older "volumeMounts" key was previously added which will likely
# NOT WORK as you expect. Please use this newer configuration.
...
...
@@ -42,26 +32,23 @@ env:
# mountPath: /etc/telegraf/conf.d
# subPath: influxdb2.conf
## 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/
nodeSelector
:
{}
## Affinity for pod assignment
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity
:
{}
## Tolerations for pod assignment
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
...
...
@@ -75,7 +62,6 @@ service:
enabled
:
true
type
:
ClusterIP
annotations
:
{}
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
...
...
@@ -123,7 +109,6 @@ serviceAccount:
name
:
# Annotations for the ServiceAccount
annotations
:
{}
## Exposed telegraf configuration
## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml`
## ref: https://docs.influxdata.com/telegraf/v1.1/administration/configuration/
...
...
@@ -166,7 +151,6 @@ config:
metric_separator
:
"
_"
allowed_pending_messages
:
10000
percentile_limit
:
1000
metrics
:
health
:
enabled
:
false
...
...
@@ -175,7 +159,6 @@ metrics:
internal
:
enabled
:
true
collect_memstats
:
false
# Lifecycle hooks
# hooks:
# postStart: ["/bin/sh", "-c", "echo Telegraf started"]
...
...
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