Skip to content

Commit bcbf957

Browse files
authored
Merge pull request #6 from codezeron/test-dev
fix: ingress spec seccion
2 parents c0ba959 + 093e71e commit bcbf957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kustom-webapp/base/ingress.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ metadata:
66
nginx.ingress.kubernetes.io/rewrite-target: /$1
77
spec:
88
rules:
9-
- paths:
9+
- http:
10+
paths:
1011
- path: /prod/(.*)
1112
pathType: Prefix
1213
backend:

0 commit comments

Comments
 (0)