This commit is contained in:
2024-12-04 02:52:22 +00:00
parent 5eedfe81f0
commit 21b3a988dc
7 changed files with 118 additions and 0 deletions

14
base/gateway.yaml Normal file
View File

@ -0,0 +1,14 @@
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: rollouts-demo-gateway
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*.itstant.com"