Skip to content

Commit

Permalink
update tests for uspolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Dec 20, 2024
1 parent bfa16c1 commit 05cb89f
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 140 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: gateway.nginx.org/v1alpha1
kind: UpstreamSettingsPolicy
metadata:
name: does-not-exist
name: usps-target-not-found
spec:
zoneSize: 512k
targetRefs:
- group: core
kind: Service
name: latte
name: targeted-svc-dne
keepAlive:
connections: 10
requests: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: sode
name: soda
spec:
parentRefs:
- name: gateway-not-valid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
apiVersion: gateway.nginx.org/v1alpha1
kind: UpstreamSettingsPolicy
metadata:
name: z-usp-wins
name: z-usp
spec:
zoneSize: 64k
targetRefs:
Expand All @@ -38,7 +38,7 @@ spec:
apiVersion: gateway.nginx.org/v1alpha1
kind: UpstreamSettingsPolicy
metadata:
name: a-usp
name: a-usp-wins
spec:
zoneSize: 128k
targetRefs:
Expand Down
Loading

0 comments on commit 05cb89f

Please sign in to comment.