We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faff7d9 + d6e1155 commit f3f4474Copy full SHA for f3f4474
apps/backend/canary.yaml
@@ -20,10 +20,6 @@ spec:
20
service:
21
# container port
22
port: 9898
23
- trafficPolicy:
24
- tls:
25
- # use ISTIO_MUTUAL when mTLS is enabled
26
- mode: DISABLE
27
# promote the canary without analysing it (default false)
28
skipAnalysis: false
29
analysis:
apps/frontend/canary.yaml
@@ -20,13 +20,9 @@ spec:
# Istio gateways (optional)
gateways:
- - public-gateway.istio-system.svc.cluster.local
+ - istio-system/public-gateway
30
# Istio virtual service host names (optional)
31
hosts:
32
- "*"
0 commit comments