add scripts and config for a local kind cluster
This commit is contained in:
14
kind/manifests/gateway.yaml
Normal file
14
kind/manifests/gateway.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: gateway
|
||||
namespace: kube-system
|
||||
spec:
|
||||
gatewayClassName: cloud-provider-kind
|
||||
listeners:
|
||||
- name: default
|
||||
port: 80
|
||||
protocol: HTTP
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: All
|
||||
Reference in New Issue
Block a user