How to disable ASM retry while installing ASM itself

How to disable ASM retry during installing ASM itself?
I want to send retries:attempts:0 for all the services in my namespaces
Please help me on this query?

Note : I don’t want to use virtual service like below

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: nrfvirtual13
namespace: ocpcf
spec:
hosts:

  • ocpcf-occnp-egress-gateway
    http:
  • route:
    • destination:
      host: nf1stub
      port:
      number: 8080
      retries:
      attempts: 0

Thanks,
Murali