mirror of
https://github.com/alibaba/higress.git
synced 2026-05-25 05:07:26 +08:00
25 lines
451 B
YAML
25 lines
451 B
YAML
apiVersion: gateway.networking.x-k8s.io/v1alpha1
|
|
kind: XBackendTrafficPolicy
|
|
metadata:
|
|
name: lb-policy
|
|
namespace: default
|
|
spec:
|
|
targetRefs:
|
|
- group: ""
|
|
kind: Service
|
|
name: echo
|
|
retryConstraint:
|
|
minRetryRate:
|
|
interval: "1s"
|
|
count: 5
|
|
budget:
|
|
percent: 30
|
|
interval: "10s"
|
|
|
|
sessionPersistence:
|
|
sessionName: foo
|
|
absoluteTimeout: 1h
|
|
type: Cookie
|
|
cookieConfig:
|
|
lifetimeType: Permanent
|