You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
337 B

5 years ago
  1. apiVersion: networking.istio.io/v1alpha3
  2. kind: Sidecar
  3. metadata:
  4. name: sidecarconf
  5. namespace: default
  6. spec:
  7. ingress:
  8. - port:
  9. number: 6379
  10. protocol: TCP
  11. name: redisingress
  12. egress:
  13. - hosts:
  14. - "default/*"
  15. - port:
  16. number: 6379
  17. protocol: TCP
  18. name: redisegress
  19. hosts:
  20. - "default/*"