Guest User

Untitled

a guest
Sep 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. apiVersion: "networking.istio.io/v1alpha3"
  2. kind: "DestinationRule"
  3. metadata:
  4. name: "kafka-tls-destination-rule"
  5. spec:
  6. host: "*.kafka.svc.cluster.local"
  7. trafficPolicy:
  8. tls:
  9. mode: DISABLE
  10. portLevelSettings:
  11. - port:
  12. number: 9092
  13. tls:
  14. mode: ISTIO_MUTUAL
Add Comment
Please, Sign In to add comment