Replies: 1 comment
-
|
cc @zirain |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a BackendTrafficPolicy for an HTTPRoute object that merges into a policy object targeted towards a gateway. Let's say I have these policies set:
On the bottom backendtrafficpolicy if I add
spec.compressionand set it to a different value the new value patches over the gateway-wide policy which seems expected, but if I wanted to remove thecompressionblock and make the HTTPRoute object not subject to the compression policy how would I do so? Settingcompression: []orcompression: nullin the bottom BackendTrafficPolicy object seems to have done nothing as the gateway-wide rule continues to apply.Beta Was this translation helpful? Give feedback.
All reactions