Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 0ad3ea0

Browse files
author
Hans Kristian Flaatten
committed
kubernetes: ingress path prefix case sensitive
1 parent b7f72ea commit 0ad3ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
tier: frontend
1010
version: "${VERSION}"
1111
annotations:
12-
traefik.frontend.rule.type: pathprefix
12+
traefik.frontend.rule.type: PathPrefix
1313
traefik.frontend.entryPoints: https
1414
spec:
1515
rules:

0 commit comments

Comments
 (0)