Skip to content

Commit e84c2cd

Browse files
authored
gw-1.9 unified gateway install API changes (#366)
1 parent ec0f8fa commit e84c2cd

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

gitops/bookinfo-direct/tsb-bookinfo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ items:
6868
- "*/direct-bookinfo"
6969
configMode: DIRECT
7070
- apiVersion: install.tetrate.io/v1alpha1
71-
kind: IngressGateway
71+
kind: Gateway
7272
metadata:
7373
name: direct-bookinfo-gw
7474
namespace: direct-bookinfo

gitops/bookinfo/tsb-bookinfo-application-gateway.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ apiVersion: v1
33
kind: List
44
items:
55
- apiVersion: install.tetrate.io/v1alpha1
6-
kind: IngressGateway
6+
kind: Gateway
77
metadata:
88
name: app-gw
99
namespace: bookinfo
1010
spec:
11+
type: UNIFIED
1112
kubeSpec:
1213
service:
1314
type: LoadBalancer

gitops/bookinfo/tsb-bookinfo-edge-gateway.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ items:
99
istio-injection: enabled
1010
name: edge
1111
- apiVersion: install.tetrate.io/v1alpha1
12-
kind: Tier1Gateway
12+
kind: Gateway
1313
metadata:
1414
name: edge-gw
1515
namespace: edge
1616
spec:
17+
type: INGRESS
1718
kubeSpec:
1819
service:
1920
type: LoadBalancer

gitops/bookinfo/tsb-bookinfo-egress-gateway.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ items:
99
istio-injection: enabled
1010
name: egress
1111
- apiVersion: install.tetrate.io/v1alpha1
12-
kind: EgressGateway
12+
kind: Gateway
1313
metadata:
1414
name: egress-gw
1515
namespace: egress
1616
spec:
17+
type: EGRESS
1718
kubeSpec:
1819
service:
1920
type: LoadBalancer

gitops/direct-egress/direct-egress-http-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,12 @@ items:
101101
resolution: DNS
102102

103103
- apiVersion: install.tetrate.io/v1alpha1
104-
kind: EgressGateway
104+
kind: Gateway
105105
metadata:
106106
name: direct-egress-gateway
107107
namespace: direct-egress-ns
108108
spec:
109+
type: EGRESS
109110
kubeSpec:
110111
service:
111112
type: LoadBalancer

gitops/eshop/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
type: LoadBalancer
1010
---
1111
apiVersion: install.tetrate.io/v1alpha1
12-
kind: IngressGateway
12+
kind: Gateway
1313
metadata:
1414
name: tsb-gateway-payments
1515
namespace: eshop-payments

0 commit comments

Comments
 (0)