Skip to content

Commit

Permalink
config: add sample file for Gateway and GatewayClass v1
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
  • Loading branch information
aryan9600 committed May 23, 2024
1 parent fb5473e commit 6fc1f2e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/samples/gateway_v1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
kind: GatewayClass
apiVersion: gateway.networking.k8s.io/v1
metadata:
name: blixt-tcproute-sample
spec:
controllerName: gateway.networking.k8s.io/blixt
---
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1
metadata:
name: blixt-tcproute-sample
spec:
gatewayClassName: blixt-tcproute-sample
listeners:
- name: tcp
protocol: TCP
port: 8080

0 comments on commit 6fc1f2e

Please sign in to comment.