Skip to content

Commit

Permalink
feat: possibility to allow only certain paths with route
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Oct 8, 2024
1 parent de1e1ed commit d070cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fmi-routes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: fmi-routes
description: Helm chart for defining multiple routes
type: application
version: 0.0.9
version: 0.0.10
keywords:
- fmi
- route
Expand Down
1 change: 1 addition & 0 deletions charts/fmi-routes/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
{{- end }}
spec:
host: {{ $route.host }}
path: {{ $route.path }}
port:
targetPort: {{ $route.targetPort }}
to:
Expand Down

0 comments on commit d070cdc

Please sign in to comment.