k8s/manifests/04-routes/tcproute-kafka.yaml
Simple_Not a7f62b1fa6
All checks were successful
continuous-integration/drone/push Build is passing
add kfk
2023-12-07 20:51:16 +10:00

21 lines
364 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
name: tcp-kafka
namespace: kafka
spec:
#hostnames:
#- kafka.guaranteedstruggle.host
parentRefs:
- name: my-tcp-gateway
namespace: default
rules:
- backendRefs:
- name: kafka
port: 9092
#matches:
#- path:
# type: PathPrefix
# value: /