This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 3.2 .0
25
+ version : 3.3 .0
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ metadata:
10
10
annotations :
11
11
{{- include "library-chart.ingress.annotations" . | nindent 4 }}
12
12
spec :
13
+ ingressClassName : {{ .Values.ingress.ingressClassName | quote }}
13
14
{{- if .Values.ingress.tls }}
14
15
tls :
15
16
- hosts :
Original file line number Diff line number Diff line change 178
178
"hidden" : true ,
179
179
"overwriteDefaultWith" : " {{project.id}}-{{k8s.randomSubdomain}}.{{k8s.domain}}"
180
180
}
181
+ },
182
+ "ingressClassName" : {
183
+ "type" : " string" ,
184
+ "form" : true ,
185
+ "title" : " ingressClassName" ,
186
+ "default" : " " ,
187
+ "x-form" : {
188
+ "hidden" : true ,
189
+ "value" : " {{k8s.ingressClassName}}"
190
+ },
191
+ "x-onyxia" : {
192
+ "hidden" : true ,
193
+ "overwriteDefaultWith" : " {{k8s.ingressClassName}}"
194
+ }
181
195
}
182
196
}
183
197
}
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ networking:
71
71
ingress :
72
72
enabled : true
73
73
tls : true
74
- annotations :
75
- kubernetes.io/ingress.class : nginx
74
+ ingressClassName : " "
75
+ annotations : []
76
76
# kubernetes.io/tls-acme: "true"
77
77
hostname : chart-example.local
78
78
# - secretName: chart-example-tls
You can’t perform that action at this time.
0 commit comments