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
55a6403e
Commit
55a6403e
authored
Feb 26, 2020
by
Jeremy Roberts
Committed by
David McKay
Feb 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Opening 8088 even if enterprise not not enabled.
parent
598a5977
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
statefulset.yaml
charts/influxdb/templates/statefulset.yaml
+1
-1
No files found.
charts/influxdb/templates/statefulset.yaml
View file @
55a6403e
...
@@ -70,9 +70,9 @@ spec:
...
@@ -70,9 +70,9 @@ spec:
-
name
:
opentsdb
-
name
:
opentsdb
containerPort
:
{{
.Values.config.opentsdb.bind_address | default 4242
}}
containerPort
:
{{
.Values.config.opentsdb.bind_address | default 4242
}}
{{
- end
}}
{{
- end
}}
{{
- if .Values.enterprise.enabled
}}
-
name
:
rpc
-
name
:
rpc
containerPort
:
{{
.Values.config.rpc.bind_address | default 8088
}}
containerPort
:
{{
.Values.config.rpc.bind_address | default 8088
}}
{{
- if .Values.enterprise.enabled
}}
-
name
:
meta
-
name
:
meta
containerPort
:
{{
.Values.config.meta.bind_address | default 8091
}}
containerPort
:
{{
.Values.config.meta.bind_address | default 8091
}}
{{
- end
}}
{{
- end
}}
...
...
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