mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
13 lines
258 B
YAML
13 lines
258 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
name: podinfo-canary
|
|
namespace: test
|
|
spec:
|
|
host: podinfo-canary
|
|
trafficPolicy:
|
|
loadBalancer:
|
|
consistentHash:
|
|
httpCookie:
|
|
name: user
|
|
ttl: 0s |