Skip to content

Commit f387ed3

Browse files
authored
chore(deps): update docs from repo source (#2638)
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
1 parent 42840bb commit f387ed3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/assets/dev/raw/crds/kuma.io_meshexternalservices.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ spec:
6969
maximum: 65535
7070
minimum: 1
7171
type: integer
72+
priority:
73+
description: |-
74+
Priority maps to Envoy's priority levels to enable endpoint failover.
75+
Lower values have higher priority (0 is the default/primary).
76+
When the primary endpoints become unhealthy, traffic fails over to the next priority level.
77+
format: int32
78+
maximum: 128
79+
minimum: 0
80+
type: integer
7281
required:
7382
- address
7483
- port

0 commit comments

Comments
 (0)