k8s/manifests/04-routes/tcproute-kafka.yaml
Simple_Not 5d9fad10de
Some checks failed
continuous-integration/drone/push Build is failing
add kfk
2023-12-07 20:32:32 +10:00

21 lines
360 B
YAML

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