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
f1a43a9f
You need to sign in or sign up before continuing.
Unverified
Commit
f1a43a9f
authored
4 years ago
by
David McKay
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: use correct port definitions (#136)
parent
2327e480
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
Chart.yaml
charts/influxdb-enterprise/Chart.yaml
+1
-1
data-service.yaml
charts/influxdb-enterprise/templates/data-service.yaml
+12
-3
data-statefulset.yaml
charts/influxdb-enterprise/templates/data-statefulset.yaml
+13
-1
No files found.
charts/influxdb-enterprise/Chart.yaml
View file @
f1a43a9f
apiVersion
:
v2
apiVersion
:
v2
version
:
0.1.
2
version
:
0.1.
3
appVersion
:
1.8.0
appVersion
:
1.8.0
engine
:
gotpl
engine
:
gotpl
...
...
This diff is collapsed.
Click to expand it.
charts/influxdb-enterprise/templates/data-service.yaml
View file @
f1a43a9f
...
@@ -17,11 +17,20 @@ spec:
...
@@ -17,11 +17,20 @@ spec:
protocol
:
TCP
protocol
:
TCP
name
:
rpc
name
:
rpc
-
port
:
8089
-
port
:
8089
protocol
:
TC
P
protocol
:
UD
P
name
:
udp
name
:
udp
-
port
:
8091
-
port
:
2003
# Graphite supports TCP and UDP,
# so this should __maybe__ be configurable
# Though most use TCP
protocol
:
TCP
name
:
graphite
-
port
:
4242
protocol
:
TCP
protocol
:
TCP
name
:
raft
name
:
opentsdb
-
port
:
25826
protocol
:
UDP
name
:
collectd
selector
:
selector
:
influxdb.influxdata.com/component
:
data
influxdb.influxdata.com/component
:
data
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 4
}}
{{
- include "influxdb-enterprise.selectorLabels" . | nindent 4
}}
This diff is collapsed.
Click to expand it.
charts/influxdb-enterprise/templates/data-statefulset.yaml
View file @
f1a43a9f
...
@@ -75,11 +75,23 @@ spec:
...
@@ -75,11 +75,23 @@ spec:
value
:
{{
include "influxdb-enterprise.fullname" .
}}
value
:
{{
include "influxdb-enterprise.fullname" .
}}
ports
:
ports
:
-
name
:
http
-
name
:
http
containerPort
:
808
8
containerPort
:
808
6
protocol
:
TCP
protocol
:
TCP
-
name
:
raft
-
name
:
raft
containerPort
:
8088
protocol
:
TCP
-
name
:
udp
containerPort
:
8089
containerPort
:
8089
protocol
:
UDP
-
name
:
graphite
containerPort
:
2003
protocol
:
TCP
-
name
:
opentsdb
containerPort
:
4242
protocol
:
TCP
protocol
:
TCP
-
name
:
collectd
containerPort
:
25826
protocol
:
UDP
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/ping
path
:
/ping
...
...
This diff is collapsed.
Click to expand it.
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