Skip to content

Commit

Permalink
pathtype missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 12, 2021
1 parent 4b5c8fb commit ce05ac0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perf-tests/data/appprotect-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ spec:
http:
paths:
- path: /backend1/v1
pathType: Prefix
backend:
service:
name: backend1-svc
port:
number: 80
- path: /backend2/v2
pathType: Prefix
backend:
service:
name: backend2-svc
Expand Down
2 changes: 2 additions & 0 deletions perf-tests/data/non-ap-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ spec:
http:
paths:
- path: /backend1
pathType: Prefix
backend:
service:
name: backend1-svc
port:
number: 80
- path: /backend2
pathType: Prefix
backend:
service:
name: backend2-svc
Expand Down
1 change: 1 addition & 0 deletions tests/data/appprotect/grpc/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
http:
paths:
- path: /helloworld.Greeter
pathType: Prefix
backend:
service:
name: grpc-svc
Expand Down

0 comments on commit ce05ac0

Please sign in to comment.