mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
30 lines
758 B
YAML
30 lines
758 B
YAML
|
|
apiVersion: projectcontour.io/v1alpha1
|
||
|
|
kind: ExtensionService
|
||
|
|
metadata:
|
||
|
|
generation: 1
|
||
|
|
name: example
|
||
|
|
spec:
|
||
|
|
circuitBreakerPolicy:
|
||
|
|
maxConnections: 102400
|
||
|
|
maxPendingRequests: 1024000
|
||
|
|
maxRequests: 102400
|
||
|
|
maxRetries: 102400
|
||
|
|
protocol: h2c
|
||
|
|
services:
|
||
|
|
- name: doesnt-exist
|
||
|
|
port: 9091
|
||
|
|
timeoutPolicy:
|
||
|
|
response: 1s
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- errors:
|
||
|
|
- message: 'Spec.Routes unresolved service reference: service "doesnt-exist" not found'
|
||
|
|
reason: ServiceUnresolvedReference
|
||
|
|
status: "True"
|
||
|
|
type: ServiceError
|
||
|
|
lastTransitionTime: '2024-08-08T16:53:29Z'
|
||
|
|
message: At least one error present, see Errors for details
|
||
|
|
observedGeneration: 1
|
||
|
|
reason: ErrorPresent
|
||
|
|
status: 'False'
|
||
|
|
type: Valid
|