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
3d2afb40
Unverified
Commit
3d2afb40
authored
Jan 13, 2022
by
Brandon Clifford
Committed by
GitHub
Jan 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow TLS secretName to be option for ingress to support default certificates (#339)
parent
28f366bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Chart.yaml
charts/influxdb2/Chart.yaml
+1
-1
ingress.yaml
charts/influxdb2/templates/ingress.yaml
+2
-0
values.yaml
charts/influxdb2/values.yaml
+1
-1
No files found.
charts/influxdb2/Chart.yaml
View file @
3d2afb40
...
...
@@ -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.
6
version
:
2.0.
7
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/ingress.yaml
View file @
3d2afb40
...
...
@@ -16,7 +16,9 @@ spec:
tls
:
-
hosts
:
-
{{
.Values.ingress.hostname | quote
}}
{{
- if .Values.ingress.secretName
}}
secretName
:
{{
.Values.ingress.secretName
}}
{{
- end -
}}
{{
- end
}}
{{
- if .Values.ingress.className
}}
ingressClassName
:
{{
.Values.ingress.className
}}
...
...
charts/influxdb2/values.yaml
View file @
3d2afb40
...
...
@@ -121,7 +121,7 @@ ingress:
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx
tls
:
false
# secretName: my-tls-cert # only needed if tls above is true
# secretName: my-tls-cert # only needed if tls above is true
or default certificate is not configured for Nginx
hostname
:
influxdb.foobar.com
annotations
:
{}
# kubernetes.io/ingress.class: "nginx"
...
...
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