Skip to content

Commit

Permalink
feat: make route optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Oct 8, 2024
1 parent d070cdc commit e38f9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/fmi-routes/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ metadata:
{{- end }}
spec:
host: {{ $route.host }}
{{- if $route.path }}
path: {{ $route.path }}
{{ - end }}
port:
targetPort: {{ $route.targetPort }}
to:
Expand Down

0 comments on commit e38f9d5

Please sign in to comment.