Skip to content

Commit

Permalink
Merge 77a2274 into 876c0da
Browse files Browse the repository at this point in the history
  • Loading branch information
trispera authored Aug 16, 2024
2 parents 876c0da + 77a2274 commit d1e3b41
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 d1e3b41

Please sign in to comment.