Remove default load-balancing strategy from CRD

This commit is contained in:
Kevin Pollet 2025-04-18 10:58:04 +02:00 committed by GitHub
parent 746cc80d0f
commit 2d617b3a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1 additions and 17 deletions

View file

@ -290,7 +290,6 @@ spec:
type: object
type: object
strategy:
default: wrr
description: |-
Strategy defines the load balancing strategy between the servers.
Supported values are: wrr (Weighed round-robin) and p2c (Power of two choices).
@ -1223,7 +1222,6 @@ spec:
type: object
type: object
strategy:
default: wrr
description: |-
Strategy defines the load balancing strategy between the servers.
Supported values are: wrr (Weighed round-robin) and p2c (Power of two choices).
@ -2986,7 +2984,6 @@ spec:
type: object
type: object
strategy:
default: wrr
description: |-
Strategy defines the load balancing strategy between the servers.
Supported values are: wrr (Weighed round-robin) and p2c (Power of two choices).
@ -3114,7 +3111,6 @@ spec:
type: object
type: object
strategy:
default: wrr
description: |-
Strategy defines the load balancing strategy between the servers.
Supported values are: wrr (Weighed round-robin) and p2c (Power of two choices).
@ -3320,7 +3316,6 @@ spec:
type: object
type: object
strategy:
default: wrr
description: |-
Strategy defines the load balancing strategy between the servers.
Supported values are: wrr (Weighed round-robin) and p2c (Power of two choices).

View file

@ -244,7 +244,6 @@
"url": "http://10.0.1.3:8889"
}
],
"strategy": "wrr",
"passHostHeader": true,
"responseForwarding": {
"flushInterval": "100ms"