Skip to content

Commit d6e1155

Browse files
committed
Change Istio Gateway ref format
Signed-off-by: Stefan Prodan <[email protected]>
1 parent faff7d9 commit d6e1155

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

apps/backend/canary.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ spec:
2020
service:
2121
# container port
2222
port: 9898
23-
trafficPolicy:
24-
tls:
25-
# use ISTIO_MUTUAL when mTLS is enabled
26-
mode: DISABLE
2723
# promote the canary without analysing it (default false)
2824
skipAnalysis: false
2925
analysis:

apps/frontend/canary.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ spec:
2020
service:
2121
# container port
2222
port: 9898
23-
trafficPolicy:
24-
tls:
25-
# use ISTIO_MUTUAL when mTLS is enabled
26-
mode: DISABLE
2723
# Istio gateways (optional)
2824
gateways:
29-
- public-gateway.istio-system.svc.cluster.local
25+
- istio-system/public-gateway
3026
# Istio virtual service host names (optional)
3127
hosts:
3228
- "*"

0 commit comments

Comments
 (0)