Skip to content

Commit d1e3b41

Browse files
authored
Merge 77a2274 into 876c0da
2 parents 876c0da + 77a2274 commit d1e3b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tesk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tesk
33
description: A TESK-EXILIR Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: dev

charts/tesk/templates/ingress/ingress-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
http:
2121
paths:
2222
- path: {{ .Values.ingress.path }}
23-
pathType: Exact
23+
pathType: Prefix
2424
backend:
2525
service:
2626
name: tesk-api

0 commit comments

Comments
 (0)