Skip to content

Commit

Permalink
pathtype missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 13, 2021
1 parent 4b5c8fb commit 6d0b3d3
Show file tree
Hide file tree
Showing 4 changed files with 6 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
1 change: 1 addition & 0 deletions tests/data/externalname-services/externalname-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: externalname-service
Expand Down

0 comments on commit 6d0b3d3

Please sign in to comment.