k8s/manifests/00-system-stuff/tcp-gateway.yaml
Simple_Not 908a8ee9ae
All checks were successful
continuous-integration/drone/push Build is passing
add kfk
2023-12-07 23:05:49 +10:00

29 lines
555 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: my-tcp-gateway
labels:
color: coral
spec:
gatewayClassName: cilium
# addresses:
# - value: "0.0.0.0"
# - type: IPAddress
# value: 192.168.0.105
# - type: IPAddress
# value: 10.0.10.251
listeners:
- protocol: TCP
port: 11180
name: tcp-gw
# allowedRoutes:
# namespaces:
# from: All
allowedRoutes:
#kinds:
#- group: gateway.networking.k8s.io/v1alpha2
# kind: TCPRoute
namespaces:
from: All