Commit 32ac35ba authored by Alan Pope's avatar Alan Pope

fix indeting

parent 052768ad
...@@ -5,18 +5,18 @@ appVersion: 1.24.0 ...@@ -5,18 +5,18 @@ appVersion: 1.24.0
deprecated: false deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords: keywords:
- telegraf - telegraf
- collector - collector
- timeseries - timeseries
- influxdata - influxdata
home: https://www.influxdata.com/time-series-platform/telegraf/ home: https://www.influxdata.com/time-series-platform/telegraf/
sources: sources:
- https://github.com/influxdata/helm-charts/charts/telegraf-ds - https://github.com/influxdata/helm-charts/charts/telegraf-ds
maintainers: maintainers:
- name: rawkode - name: rawkode
email: rawkode@influxdata.com email: rawkode@influxdata.com
- name: gitirabassi - name: gitirabassi
email: giacomo@influxdata.com email: giacomo@influxdata.com
- name: nsteinmetz - name: nsteinmetz
email: contact@cerenit.fr email: contact@cerenit.fr
engine: gotpl engine: gotpl
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/ ## ref: https://hub.docker.com/r/library/telegraf/tags/
image: image:
repo: "telegraf" repo: "telegraf"
tag: "1.24-alpine" tag: "1.24-alpine"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Configure resource requests and limits ## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources: resources:
...@@ -28,27 +28,27 @@ args: [] ...@@ -28,27 +28,27 @@ args: []
## Environment ## Environment
env: env:
# This pulls HOSTNAME from the node, not the pod. # This pulls HOSTNAME from the node, not the pod.
- name: HOSTNAME - name: HOSTNAME
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
# In test clusters where hostnames are resolved in /etc/hosts on each node, # In test clusters where hostnames are resolved in /etc/hosts on each node,
# the HOSTNAME is not resolvable from inside containers # the HOSTNAME is not resolvable from inside containers
# So inject the host IP as well # So inject the host IP as well
- name: HOSTIP - name: HOSTIP
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: status.hostIP fieldPath: status.hostIP
# Mount the host filesystem and set the appropriate env variables. # Mount the host filesystem and set the appropriate env variables.
# ref: https://github.com/influxdata/telegraf/blob/master/docs/FAQ.md # 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 # HOST_PROC is required by the cpu, disk, diskio, kernel and processes input plugins
- name: "HOST_PROC" - name: "HOST_PROC"
value: "/hostfs/proc" value: "/hostfs/proc"
# HOST_SYS is required by the diskio plugin # HOST_SYS is required by the diskio plugin
- name: "HOST_SYS" - name: "HOST_SYS"
value: "/hostfs/sys" value: "/hostfs/sys"
- name: "HOST_MOUNT_PREFIX" - name: "HOST_MOUNT_PREFIX"
value: "/hostfs" value: "/hostfs"
## Add custom volumes and mounts ## Add custom volumes and mounts
# volumes: # volumes:
...@@ -86,13 +86,13 @@ tolerations: [] ...@@ -86,13 +86,13 @@ tolerations: []
rbac: rbac:
# Specifies whether RBAC resources should be created # Specifies whether RBAC resources should be created
create: true create: true
serviceAccount: serviceAccount:
# Specifies whether a ServiceAccount should be created # Specifies whether a ServiceAccount should be created
create: true create: true
# The name of the ServiceAccount to use. # The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
# name: # name:
# Annotations for the ServiceAccount # Annotations for the ServiceAccount
annotations: {} annotations: {}
## Specify priorityClassName ## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ ## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
...@@ -101,7 +101,7 @@ serviceAccount: ...@@ -101,7 +101,7 @@ serviceAccount:
# Specify the pod's SecurityContext, including the OS user and group to run the pod # Specify the pod's SecurityContext, including the OS user and group to run the pod
podSecurityContext: {} podSecurityContext: {}
override_config: override_config:
toml: ~ toml: ~
# Provide a literal TOML config # Provide a literal TOML config
# toml: |+ # toml: |+
# [global_tags] # [global_tags]
...@@ -117,8 +117,8 @@ override_config: ...@@ -117,8 +117,8 @@ override_config:
## Exposed telegraf configuration ## Exposed telegraf configuration
## ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/ ## ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/
config: config:
# global_tags: # global_tags:
# cluster: "mycluster" # cluster: "mycluster"
agent: agent:
interval: "10s" interval: "10s"
round_interval: true round_interval: true
...@@ -144,5 +144,5 @@ config: ...@@ -144,5 +144,5 @@ config:
password: "" password: ""
user_agent: "telegraf" user_agent: "telegraf"
insecure_skip_verify: false insecure_skip_verify: false
monitor_self: false monitor_self: false
docker_endpoint: "unix:///var/run/docker.sock" docker_endpoint: "unix:///var/run/docker.sock"
...@@ -35,12 +35,12 @@ env: ...@@ -35,12 +35,12 @@ env:
## Configure resource requests and limits ## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources: {} resources: {}
# requests: # requests:
# memory: 128Mi # memory: 128Mi
# cpu: 100m # cpu: 100m
# limits: # limits:
# memory: 128Mi # memory: 128Mi
# cpu: 100m # cpu: 100m
## Node labels for pod assignment ## Node labels for pod assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/ ## ref: https://kubernetes.io/docs/user-guide/node-selection/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment