mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 04:17:17 +00:00
25 lines
522 B
YAML
25 lines
522 B
YAML
|
|
apiVersion: projectcontour.io/v1alpha1
|
||
|
|
kind: ExtensionService
|
||
|
|
metadata:
|
||
|
|
generation: 2
|
||
|
|
name: example
|
||
|
|
spec:
|
||
|
|
circuitBreakerPolicy:
|
||
|
|
maxConnections: 102400
|
||
|
|
maxPendingRequests: 1024000
|
||
|
|
maxRequests: 102400
|
||
|
|
maxRetries: 102400
|
||
|
|
protocol: h2c
|
||
|
|
services:
|
||
|
|
- name: grpc-server
|
||
|
|
port: 9091
|
||
|
|
timeoutPolicy:
|
||
|
|
response: 1s
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- lastTransitionTime: '2024-08-08T16:53:29Z'
|
||
|
|
message: Valid ExtensionService
|
||
|
|
observedGeneration: 1
|
||
|
|
reason: Valid
|
||
|
|
status: 'True'
|
||
|
|
type: Valid
|