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
df36a153
Unverified
Commit
df36a153
authored
Dec 07, 2021
by
Simon
Committed by
GitHub
Dec 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use port name for backend selector in influxdb2 (#391)
* Use port name for backend selector * apply patch to ingress v1beta1 and bump version
parent
c7e31613
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Chart.yaml
charts/influxdb2/Chart.yaml
+1
-1
ingress.yaml
charts/influxdb2/templates/ingress.yaml
+2
-2
No files found.
charts/influxdb2/Chart.yaml
View file @
df36a153
...
...
@@ -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.
3
version
:
2.0.
4
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/ingress.yaml
View file @
df36a153
...
...
@@ -34,9 +34,9 @@ spec:
service
:
name
:
{{
include "influxdb.fullname" .
}}
port
:
n
umber
:
8086
n
ame
:
{{
.Values.service.portName
}}
{{
- else
}}
serviceName
:
{{
include "influxdb.fullname" .
}}
servicePort
:
8086
servicePort
:
{{
.Values.service.portName
}}
{{
- 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