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
43d75fb7
Commit
43d75fb7
authored
Nov 05, 2018
by
Naseem
Committed by
k8s-ci-robot
Nov 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose rpc service for remote backups and restores (#8995)
Signed-off-by:
Naseem Ullah
<
naseemkullah@gmail.com
>
parent
cf9fbeed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
service.yaml
stable/influxdb/templates/service.yaml
+5
-0
values.yaml
stable/influxdb/values.yaml
+2
-0
No files found.
stable/influxdb/Chart.yaml
View file @
43d75fb7
name
:
influxdb
version
:
0.1
1
.0
version
:
0.1
2
.0
appVersion
:
1.6
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
stable/influxdb/templates/service.yaml
View file @
43d75fb7
...
...
@@ -58,5 +58,10 @@ spec:
port
:
{{
.Values.config.opentsdb.bind_address
}}
targetPort
:
{{
.Values.config.opentsdb.bind_address
}}
{{
- end
}}
{{
- if .Values.exposeRpcService
}}
-
name
:
rpc
port
:
{{
.Values.config.bind_address
}}
targetPort
:
{{
.Values.config.bind_address
}}
{{
- end
}}
selector
:
app
:
{{
template "influxdb.fullname" .
}}
stable/influxdb/values.yaml
View file @
43d75fb7
...
...
@@ -231,3 +231,5 @@ config:
log_enabled
:
true
enabled
:
true
run_interval
:
1s
exposeRpcService
:
true
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