Skip to content

Commit

Permalink
edit pathType
Browse files Browse the repository at this point in the history
  • Loading branch information
trispera authored Aug 16, 2024
1 parent 876c0da commit 77a2274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tesk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: tesk
description: A TESK-EXILIR Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.1.1
appVersion: dev
2 changes: 1 addition & 1 deletion charts/tesk/templates/ingress/ingress-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
http:
paths:
- path: {{ .Values.ingress.path }}
pathType: Exact
pathType: Prefix
backend:
service:
name: tesk-api
Expand Down

0 comments on commit 77a2274

Please sign in to comment.