We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8debab3 commit 3d0bbb5Copy full SHA for 3d0bbb5
helm-chart/binderhub/templates/ingress.yaml
@@ -22,7 +22,7 @@ spec:
22
- host: {{ . }}
23
http:
24
paths:
25
- - path: /
+ - path: /{{ $.Values.ingress.pathSuffix }}
26
backend:
27
serviceName: binder
28
servicePort: 80
helm-chart/binderhub/values.yaml
@@ -203,6 +203,9 @@ ingress:
203
annotations: {}
204
# kubernetes.io/ingress.class: nginx
205
# kubernetes.io/tls-acme: "true"
206
+ pathSuffix: ''
207
+ # Suffix added to Ingress's routing path pattern.
208
+ # Specify `*` if your ingress matches path by glob pattern.
209
tls: []
210
# Secrets must be manually created in the namespace.
211
# - secretName: chart-example-tls
0 commit comments