Set rule priority in Gateway API TLSRoute

This commit is contained in:
Augusto Zanellato 2025-01-23 11:46:04 +01:00 committed by GitHub
parent ef887332c2
commit 2b6a04bc1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 75 additions and 35 deletions

View file

@ -186,7 +186,7 @@
"service": "tlsroute-default-tls-app-1-gw-default-my-tls-gateway-ep-footlspassthrough-0-e3b0c44298fc1c149afb-wrr",
"rule": "HostSNI(`foo.bar`)",
"ruleSyntax": "v3",
"priority": 18,
"priority": 7,
"tls": {
"passthrough": true
},