We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b645bc6 commit 017128dCopy full SHA for 017128d
base/gateway.yaml
@@ -0,0 +1,17 @@
1
+---
2
+apiVersion: gateway.networking.k8s.io/v1
3
+kind: Gateway
4
+metadata:
5
+ name: http
6
+ namespace: traefik
7
+spec:
8
+ gatewayClassName: traefik
9
+ listeners:
10
+ - name: http
11
+ protocol: HTTP
12
+ port: 80
13
+ allowedRoutes:
14
+ kinds:
15
+ - kind: HTTPRoute
16
+ namespaces:
17
+ from: All
base/kustomization.yaml
@@ -5,3 +5,4 @@ kind: Kustomization
resources:
- https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
+ - gateway.yaml
0 commit comments