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
42f9aaa8
Commit
42f9aaa8
authored
Apr 03, 2021
by
Alex Williams
Committed by
David McKay
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
influxdb2 - persist bolt-path in volume. use docker hub.
parent
50b2337e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
Chart.yaml
charts/influxdb2/Chart.yaml
+1
-1
statefulset.yaml
charts/influxdb2/templates/statefulset.yaml
+3
-1
values.yaml
charts/influxdb2/values.yaml
+3
-2
No files found.
charts/influxdb2/Chart.yaml
View file @
42f9aaa8
...
...
@@ -5,7 +5,7 @@ name: influxdb2
description
:
A Helm chart for InfluxDB v2
home
:
https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type
:
application
version
:
1.
1
.0
version
:
1.
2
.0
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/statefulset.yaml
View file @
42f9aaa8
...
...
@@ -32,12 +32,14 @@ spec:
{{
- end
}}
containers
:
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.image.repository
}}:
v{{
.Chart.AppVersion
}}"
image
:
"
{{
.Values.image.repository
}}:
{{
default
.Chart.AppVersion
.Values.image.tag
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
args
:
-
influxd
-
--engine-path
-
{{
.Values.persistence.mountPath
}}
-
--bolt-path
-
{{
.Values.persistence.mountPath
}}
/influxd.bolt
ports
:
-
name
:
{{
.Values.service.portName
}}
containerPort
:
8086
...
...
charts/influxdb2/values.yaml
View file @
42f9aaa8
image
:
repository
:
quay.io/influxdb/influxdb
repository
:
influxdb
# tag:
pullPolicy
:
IfNotPresent
podAnnotations
:
{}
...
...
@@ -64,7 +65,7 @@ persistence:
# storageClass: "-"
accessMode
:
ReadWriteOnce
size
:
50Gi
mountPath
:
/
root/.
influxdbv2
mountPath
:
/
var/lib/
influxdbv2
service
:
type
:
ClusterIP
...
...
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