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
4a1b49ba
Commit
4a1b49ba
authored
Dec 13, 2016
by
Jack Zampolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix service names
parent
cd928791
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
service.yaml
stable/telegraf/templates/service.yaml
+3
-3
No files found.
stable/telegraf/templates/service.yaml
View file @
4a1b49ba
...
...
@@ -13,19 +13,19 @@ spec:
{{
- if eq $key "http_listener"
}}
-
port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
http
_
listener"
name:
"
http
-
listener"
{{
- end
}}
{{
- if eq $key "statsd"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
statsd"
{{
- end
}}
{{
- if eq $key "tcp
_
listener"
}}
{{
- if eq $key "tcp
-
listener"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
tcp_listener"
{{
- end
}}
{{
- if eq $key "udp
_
listener"
}}
{{
- if eq $key "udp
-
listener"
}}
- port
:
{{
trimPrefix "
:
"
$value.service_address
|
int64
}}
targetPort:
{{
trimPrefix
"
:
"
$value.service_address
|
int64
}}
name:
"
udp_listener"
...
...
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