Skip to content

Commit 5314019

Browse files
committed
fix yaml
1 parent f20203d commit 5314019

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

deploy/releases/istio.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ releases:
1616
recreatePods: false
1717
values:
1818
- resources:
19+
1920
# Istio Gateway
2021
- apiVersion: networking.istio.io/v1alpha3
2122
kind: Gateway
2223
metadata:
23-
name: example-app
24+
name: example-app
2425
spec:
25-
selector:
26+
selector:
2627
# use istio default controller
2728
istio: ingressgateway
28-
servers:
29-
- port:
30-
number: 80
31-
name: http
32-
protocol: HTTP
29+
servers:
30+
- port:
31+
number: 80
32+
name: http
33+
protocol: HTTP
3334
hosts:
3435
- "{{ env "APP_HOSTNAME" }}"
3536

0 commit comments

Comments
 (0)