Skip to content

Commit b9d360f

Browse files
committed
Fix issue with new ingress-nginx rejecting Exact paths
1 parent b7c69ac commit b9d360f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment-configuration/helm/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{- else if (not (contains "*" $uri)) }}
2525
{{- $pathWithoutSlash := trimPrefix "/" $uri }}
2626
- path: {{ printf "%s%s" $app.harness.gateway.path $pathWithoutSlash }}
27-
pathType: Exact
27+
pathType: ImplementationSpecific
2828
backend:
2929
service:
3030
name: {{ $app.harness.service.name | quote }}

0 commit comments

Comments
 (0)