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
99f6a75c
Unverified
Commit
99f6a75c
authored
Jan 18, 2022
by
Sean D'Souza
Committed by
GitHub
Jan 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add subPath value to influxdb2 (#356)
parent
93e6e9fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Chart.yaml
charts/influxdb2/Chart.yaml
+1
-1
statefulset.yaml
charts/influxdb2/templates/statefulset.yaml
+1
-0
values.yaml
charts/influxdb2/values.yaml
+1
-0
No files found.
charts/influxdb2/Chart.yaml
View file @
99f6a75c
...
...
@@ -5,7 +5,7 @@ name: influxdb2
description
:
A Helm chart for InfluxDB v2
home
:
https://www.influxdata.com/products/influxdb/
type
:
application
version
:
2.0.
7
version
:
2.0.
8
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/statefulset.yaml
View file @
99f6a75c
...
...
@@ -125,6 +125,7 @@ spec:
volumeMounts
:
-
name
:
data
mountPath
:
{{
.Values.persistence.mountPath
}}
subPath
:
{{
.Values.persistence.subPath
}}
resources
:
{{
.Values.resources | toYaml | nindent 12 | trim
}}
...
...
charts/influxdb2/values.yaml
View file @
99f6a75c
...
...
@@ -106,6 +106,7 @@ persistence:
accessMode
:
ReadWriteOnce
size
:
50Gi
mountPath
:
/var/lib/influxdb2
subPath
:
"
"
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