Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: tls
protocol: "HTTPS"
servicePort: 443
containerPort: 10443
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: tls
protocol: "HTTPS"
servicePort: 443
containerPort: 10443
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
gateways:
- apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
namespace: envoy-gateway
name: gateway-1
spec:
gatewayClassName: envoy-gateway-class
listeners:
- name: http-1
protocol: HTTP
port: 80
hostname: foo.com
allowedRoutes:
namespaces:
from: Same
- name: http-2
protocol: HTTP
port: 81
hostname: bar.com
allowedRoutes:
namespaces:
from: Same
httpRoutes:
- apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
namespace: envoy-gateway
name: httproute-1
spec:
parentRefs:
- namespace: envoy-gateway
name: gateway-1
rules:
- matches:
- path:
value: "/"
backendRefs:
- name: service-1
port: 8080
services:
- apiVersion: v1
kind: Service
metadata:
namespace: envoy-gateway
name: service-1
spec:
clusterIP: 7.7.7.7
ports:
- port: 8080
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
gateways:
- apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
namespace: envoy-gateway
name: gateway-1
spec:
gatewayClassName: envoy-gateway-class
listeners:
- name: http-1
protocol: HTTP
port: 80
hostname: foo.com
allowedRoutes:
namespaces:
from: Same
- name: http-2
protocol: HTTP
port: 81
hostname: bar.com
allowedRoutes:
namespaces:
from: Same
status:
listeners:
- name: http-1
supportedKinds:
- group: gateway.networking.k8s.io
kind: HTTPRoute
attachedRoutes: 1
conditions:
- type: Ready
status: "True"
reason: Ready
message: Listener is ready
- name: http-2
supportedKinds:
- group: gateway.networking.k8s.io
kind: HTTPRoute
attachedRoutes: 1
conditions:
- type: Ready
status: "True"
reason: Ready
message: Listener is ready
httpRoutes:
- apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
namespace: envoy-gateway
name: httproute-1
spec:
parentRefs:
- namespace: envoy-gateway
name: gateway-1
rules:
- matches:
- path:
value: "/"
backendRefs:
- name: service-1
port: 8080
status:
parents:
- parentRef:
namespace: envoy-gateway
name: gateway-1
conditions:
- type: Accepted
status: "True"
reason: Accepted
message: Route is accepted
xdsIR:
http:
- name: envoy-gateway-gateway-1-http-1
address: 0.0.0.0
port: 10080
hostnames:
- "foo.com"
routes:
- name: envoy-gateway-httproute-1-rule-0-match-0-foo.com
pathMatch:
prefix: "/"
destinations:
- host: 7.7.7.7
port: 8080
weight: 1
- name: envoy-gateway-gateway-1-http-2
address: 0.0.0.0
port: 10081
hostnames:
- "bar.com"
routes:
- name: envoy-gateway-httproute-1-rule-0-match-0-bar.com
pathMatch:
prefix: "/"
destinations:
- host: 7.7.7.7
port: 8080
weight: 1
infraIR:
proxy:
metadata:
labels:
gateway.envoyproxy.io/owning-gatewayclass: envoy-gateway-class
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: http-1
protocol: "HTTP"
servicePort: 80
containerPort: 10080
- name: http-2
protocol: "HTTP"
servicePort: 81
containerPort: 10081
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http-1
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http-1
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ infraIR:
name: envoy-gateway-class
image: envoyproxy/envoy:v1.23-latest
listeners:
- address: ""
- name: envoy-gateway-gateway-1
address: ""
ports:
- name: envoy-gateway-gateway-1
- name: http
protocol: "HTTP"
servicePort: 80
containerPort: 10080
Loading