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.
2 parents 876c0da + 77a2274 commit d1e3b41Copy full SHA for d1e3b41
charts/tesk/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: tesk
3
description: A TESK-EXILIR Helm chart for Kubernetes
4
type: application
5
-version: 0.1.0
+version: 0.1.1
6
appVersion: dev
charts/tesk/templates/ingress/ingress-rules.yaml
@@ -20,7 +20,7 @@ spec:
20
http:
21
paths:
22
- path: {{ .Values.ingress.path }}
23
- pathType: Exact
+ pathType: Prefix
24
backend:
25
service:
26
name: tesk-api
0 commit comments