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
c3cf5dea
Unverified
Commit
c3cf5dea
authored
Oct 02, 2020
by
Serhiy Mytrovtsiy
Committed by
GitHub
Oct 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
influxdb2: bumped up to 2.0.0-rc (#201)
* - bumped up influxdb version to 2.0.0-rc - update default port (9999 -> 8086) * hotfix: update chart version
parent
aeb43e96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Chart.yaml
charts/influxdb2/Chart.yaml
+2
-2
service.yaml
charts/influxdb2/templates/service.yaml
+1
-1
statefulset.yaml
charts/influxdb2/templates/statefulset.yaml
+1
-1
No files found.
charts/influxdb2/Chart.yaml
View file @
c3cf5dea
apiVersion
:
v2
appVersion
:
2.0.0-
beta
appVersion
:
2.0.0-
rc
name
:
influxdb2
description
:
A Helm chart for InfluxDB v2
home
:
https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type
:
application
version
:
1.0.
7
version
:
1.0.
8
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/service.yaml
View file @
c3cf5dea
...
...
@@ -9,7 +9,7 @@ spec:
type
:
ClusterIP
ports
:
-
port
:
80
targetPort
:
9999
targetPort
:
8086
protocol
:
TCP
name
:
http
selector
:
...
...
charts/influxdb2/templates/statefulset.yaml
View file @
c3cf5dea
...
...
@@ -34,7 +34,7 @@ spec:
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
ports
:
-
name
:
http
containerPort
:
9999
containerPort
:
8086
protocol
:
TCP
livenessProbe
:
httpGet
:
...
...
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