Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rate_limits (0.32 sec)

  1. samples/ratelimit/rate-limit-service.yaml

    metadata:
      name: ratelimit
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: ratelimit
      strategy:
        type: Recreate
      template:
        metadata:
          labels:
            app: ratelimit
        spec:
          containers:
          - image: envoyproxy/ratelimit:9d8d70a8 # 2022/08/16
            imagePullPolicy: IfNotPresent
            name: ratelimit
            command: ["/bin/ratelimit"]
            env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 17:35:19 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. tests/integration/telemetry/policy/envoy_ratelimit_test.go

    	}
    
    	ing = ist.IngressFor(ctx.Clusters().Default())
    
    	ratelimitNs, err = namespace.New(ctx, namespace.Config{
    		Prefix: "istio-ratelimit",
    	})
    	if err != nil {
    		return
    	}
    
    	err = ctx.ConfigIstio().File(ratelimitNs.Name(), "testdata/rate-limit-configmap.yaml").Apply()
    	if err != nil {
    		return
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/rate_limiters.go

    Alvaro Aleman <******@****.***> 1714321578 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top