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
4367feb4
Unverified
Commit
4367feb4
authored
Mar 17, 2022
by
Sam Lin
Committed by
GitHub
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(influxdb): ingress property className (#435)
* fix(influxdb): ingress property className * chore: bump chart version Co-authored-by:
Ales Pour
<
ales.pour@bonitoo.io
>
parent
bece2090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Chart.yaml
charts/influxdb2/Chart.yaml
+1
-1
values.yaml
charts/influxdb2/values.yaml
+1
-1
No files found.
charts/influxdb2/Chart.yaml
View file @
4367feb4
...
...
@@ -4,7 +4,7 @@ name: influxdb2
description
:
A Helm chart for InfluxDB v2
home
:
https://www.influxdata.com/products/influxdb/
type
:
application
version
:
2.0.1
0
version
:
2.0.1
1
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/values.yaml
View file @
4367feb4
...
...
@@ -144,7 +144,7 @@ ingress:
enabled
:
false
# For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
#
ingressC
lassName: nginx
#
c
lassName: nginx
tls
:
false
# secretName: my-tls-cert # only needed if tls above is true or default certificate is not configured for Nginx
hostname
:
influxdb.foobar.com
...
...
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