File tree Expand file tree Collapse file tree
applications/samples/deploy
deployment-configuration/helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 service :
88 port : 8080
99 auto : true
10- route_pattern : ' (?!\/metrics\/?$)\/.*'
10+ route_pattern : ' / (?!\/metrics\/?$)\/.*'
1111 use_services :
1212 - name : common
1313 deployment :
Original file line number Diff line number Diff line change 4040 {{- end }}
4141 {{- end }}
4242{{- end }}
43- - path : / {{ $routePattern }}
43+ - path : {{ $routePattern }}
4444 pathType : ImplementationSpecific
4545 backend :
4646 service :
5454 {{ $secured_gatekeepers := and .root.Values.secured_gatekeepers }}
5555 {{ $app := get .root.Values.apps .service_name}}
5656 {{- $routePattern := default .Values.ingress.route_pattern $app.harness.route_pattern }}
57- - path : /proxy/{{ $app.harness.service.name }}/ {{ $routePattern }}
57+ - path : /proxy/{{ $app.harness.service.name }}{{ $routePattern }}
5858 pathType : ImplementationSpecific
5959 backend :
6060 service :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ingress:
4141 # -- Email for letsencrypt.
4242 email : cloudharness@metacell.us
4343 # -- Default regex segment for routes (used in paths like '/(pattern)').
44- route_pattern : " (.*)"
44+ route_pattern : " / (.*)"
4545backup :
4646 # -- Flag to enable/disable backups.
4747 active : false
You can’t perform that action at this time.
0 commit comments