File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-platform
66description : LFX Platform v2 Helm chart
77type : application
8- version : 0.2.13
8+ version : 0.2.14
99icon : https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010dependencies :
1111 - name : traefik
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ spec:
2222 listeners :
2323 {{- range $name, $listener := .Values.gateway.listeners }}
2424 - name : {{ $name }}
25- port : {{ $listener.port }}
25+ port : {{ $listener.port | int }}
2626 protocol : {{ $listener.protocol }}
2727 {{- if $listener.hostname }}
28- hostname : {{ $listener.hostname }}
28+ hostname : {{ $listener.hostname | quote }}
2929 {{- end }}
3030 {{- if $listener.allowedRoutes }}
3131 allowedRoutes :
You can’t perform that action at this time.
0 commit comments