Skip to content

Commit 69a0ee8

Browse files
authored
Merge pull request #14 from selectel/add-static-manifest
add static manifests
2 parents 9c6cc14 + 79a6723 commit 69a0ee8

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: gateway.envoyproxy.io/v1alpha1
3+
kind: EnvoyProxy
4+
metadata:
5+
name: custom-proxy-config
6+
namespace: envoy-gateway-system
7+
spec:
8+
provider:
9+
type: Kubernetes
10+
kubernetes:
11+
envoyService:
12+
externalTrafficPolicy: Cluster
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: gateway.networking.k8s.io/v1
3+
kind: GatewayClass
4+
metadata:
5+
name: eg
6+
spec:
7+
controllerName: gateway.envoyproxy.io/gatewayclass-controller
8+
parametersRef:
9+
group: gateway.envoyproxy.io
10+
kind: EnvoyProxy
11+
name: custom-proxy-config
12+
namespace: envoy-gateway-system
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
apiVersion: gateway.networking.k8s.io/v1
3+
kind: Gateway
4+
metadata:
5+
name: eg-gw
6+
namespace: envoy-gateway-system
7+
spec:
8+
gatewayClassName: eg
9+
listeners:
10+
- name: http
11+
protocol: HTTP
12+
port: 80
13+
allowedRoutes:
14+
namespaces:
15+
from: All

0 commit comments

Comments
 (0)