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
f6e07430
Unverified
Commit
f6e07430
authored
Jun 30, 2023
by
tomklapka
Committed by
GitHub
Jun 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ingress host default value and template (#572)
parent
d252c388
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
Chart.yaml
charts/influxdb/Chart.yaml
+1
-1
ingress.yaml
charts/influxdb/templates/ingress.yaml
+4
-0
values.yaml
charts/influxdb/values.yaml
+1
-1
No files found.
charts/influxdb/Chart.yaml
View file @
f6e07430
apiVersion
:
v1
name
:
influxdb
version
:
4.12.
3
version
:
4.12.
4
appVersion
:
1.8.10
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
charts/influxdb/templates/ingress.yaml
View file @
f6e07430
...
...
@@ -22,8 +22,12 @@ spec:
ingressClassName
:
{{
.Values.ingress.className
}}
{{
- end
}}
rules
:
{{
- if .Values.ingress.hostname
}}
-
host
:
{{
.Values.ingress.hostname | quote
}}
http
:
{{
- else
}}
-
http
:
{{
- end
}}
paths
:
-
path
:
{{
.Values.ingress.path
}}
pathType
:
Prefix
...
...
charts/influxdb/values.yaml
View file @
f6e07430
...
...
@@ -140,7 +140,7 @@ ingress:
enabled
:
false
tls
:
false
# secretName: my-tls-cert # only needed if tls above is true
hostname
:
"
*"
hostname
:
className
:
nginx
annotations
:
{}
# nginx.ingress.kubernetes.io/rewrite-target: $1
...
...
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