Skip to content

Commit 41cb1c7

Browse files
authored
Merge pull request #14 from codezeron/deploy_no_regex
Update deployment.yml
2 parents 4b7ceef + 790cf09 commit 41cb1c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webapp/deployment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ metadata:
4141
name: example-ingress
4242
annotations:
4343
kubernetes.io/ingress.class: "nginx"
44-
nginx.ingress.kubernetes.io/use-regex: "true"
45-
nginx.ingress.kubernetes.io/rewrite-target: /$2
4644
spec:
4745
rules:
4846
- http:
4947
paths:
50-
- path: /testando(/|$)(.*)
48+
- path: /testando
5149
pathType: Prefix
5250
backend:
5351
service:

0 commit comments

Comments
 (0)