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
b272c078
Commit
b272c078
authored
Sep 02, 2020
by
Chris Ramsay
Committed by
David McKay
Sep 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option to set priorityClassName
parent
26e42ab5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
Chart.yaml
charts/telegraf-ds/Chart.yaml
+1
-1
daemonset.yaml
charts/telegraf-ds/templates/daemonset.yaml
+3
-0
values.yaml
charts/telegraf-ds/values.yaml
+4
-0
No files found.
charts/telegraf-ds/Chart.yaml
View file @
b272c078
apiVersion
:
v1
name
:
telegraf-ds
version
:
1.0.1
4
version
:
1.0.1
5
appVersion
:
1.14
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf-ds/templates/daemonset.yaml
View file @
b272c078
...
...
@@ -20,6 +20,9 @@ spec:
checksum/config
:
{{
include (print $.Template.BasePath "/configmap.yaml") . | sha256sum
}}
spec
:
serviceAccountName
:
{{
template "telegraf.serviceAccountName" .
}}
{{
- if .Values.priorityClassName
}}
priorityClassName
:
{{
.Values.priorityClassName | quote
}}
{{
- end
}}
containers
:
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.image.repo
}}:{{
.Values.image.tag
}}"
...
...
charts/telegraf-ds/values.yaml
View file @
b272c078
...
...
@@ -61,6 +61,10 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
# name:
## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# priorityClassName: system-node-critical
## Exposed telegraf configuration
## ref: https://docs.influxdata.com/telegraf/v1.13/administration/configuration/
config
:
...
...
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