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
314d0630
Commit
314d0630
authored
Dec 05, 2019
by
Austin Hartzheim
Committed by
Kubernetes Prow Robot
Dec 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/telegraf] add support for annotations on services (#19380)
Signed-off-by:
Austin Hartzheim
<
austin.hartzheim@target.com
>
parent
2d6c6f0e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
Chart.yaml
stable/telegraf/Chart.yaml
+1
-1
service.yaml
stable/telegraf/templates/service.yaml
+4
-0
values.yaml
stable/telegraf/values.yaml
+2
-0
No files found.
stable/telegraf/Chart.yaml
View file @
314d0630
apiVersion
:
v1
name
:
telegraf
version
:
1.
1.9
version
:
1.
2.0
appVersion
:
1.12
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
stable/telegraf/templates/service.yaml
View file @
314d0630
...
...
@@ -8,6 +8,10 @@ metadata:
helm.sh/chart
:
{{
include "telegraf.chart" .
}}
app.kubernetes.io/instance
:
{{
.Release.Name
}}
app.kubernetes.io/managed-by
:
{{
.Release.Service
}}
{{
- if .Values.service.annotations
}}
annotations
:
{{
toYaml .Values.service.annotations | indent 4
}}
{{
- end
}}
spec
:
type
:
{{
.Values.service.type
}}
ports
:
...
...
stable/telegraf/values.yaml
View file @
314d0630
...
...
@@ -30,6 +30,8 @@ resources: {}
service
:
enabled
:
true
type
:
ClusterIP
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/
...
...
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