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
5b95c160
Commit
5b95c160
authored
Sep 14, 2022
by
Alan Pope
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
really fix indents, deffo
parent
2d5f2e94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
13 deletions
+24
-13
values.yaml
charts/telegraf-ds/values.yaml
+12
-3
values.yaml
charts/telegraf/values.yaml
+12
-10
No files found.
charts/telegraf-ds/values.yaml
View file @
5b95c160
...
...
@@ -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
:
...
...
@@ -15,12 +15,16 @@ 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.
...
...
@@ -50,6 +54,7 @@ env:
value
:
"
/hostfs/sys"
-
name
:
"
HOST_MOUNT_PREFIX"
value
:
"
/hostfs"
## Add custom volumes and mounts
# volumes:
# - name: telegraf-output-influxdb2
...
...
@@ -64,6 +69,7 @@ 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
...
...
@@ -83,6 +89,7 @@ tolerations: []
## - name: ndots
## value: "2"
## - name: edns0
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
...
...
@@ -101,6 +108,7 @@ serviceAccount:
# Specify the pod's SecurityContext, including the OS user and group to run the pod
podSecurityContext
:
{}
override_config
:
toml
:
~
# Provide a literal TOML config
...
...
@@ -115,6 +123,7 @@ override_config:
# bucket = "data"
# organization = "OurCompany"
# token = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
## Exposed telegraf configuration
## ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/
config
:
...
...
charts/telegraf/values.yaml
View file @
5b95c160
...
...
@@ -18,7 +18,6 @@ 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.
...
...
@@ -52,10 +51,12 @@ resources: {}
## 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/
##
...
...
@@ -69,6 +70,7 @@ service:
enabled
:
true
type
:
ClusterIP
annotations
:
{}
rbac
:
# Specifies whether RBAC resources should be created
create
:
true
...
...
@@ -136,17 +138,17 @@ config:
omit_hostname
:
false
processors
:
-
enum
:
mapping
:
field
:
"
status"
dest
:
"
status_code"
value_mappings
:
healthy
:
1
problem
:
2
critical
:
3
mapping
:
field
:
"
status"
dest
:
"
status_code"
value_mappings
:
healthy
:
1
problem
:
2
critical
:
3
outputs
:
-
influxdb
:
urls
:
-
"
http://influxdb.monitoring.svc:8086"
urls
:
-
"
http://influxdb.monitoring.svc:8086"
database
:
"
telegraf"
inputs
:
-
statsd
:
...
...
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