Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <sotiris.nanopoulos@reddit.com>
  • Loading branch information
davinci26 committed Dec 15, 2023
1 parent 8e354c4 commit 337431c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 70 deletions.
11 changes: 4 additions & 7 deletions examples/render/contour-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,10 @@ data:
# connect-timeout: 2s
#
# Envoy cluster settings.
cluster:
configure the cluster dns lookup family
valid options are: auto (default), v4, v6
# dns-lookup-family: auto
max-connections: 42
max-pending-requests: 43
max-requests: 44
# cluster:
# configure the cluster dns lookup family
# valid options are: auto (default), v4, v6
# dns-lookup-family: auto
#
# Envoy network settings.
# network:
Expand Down
11 changes: 4 additions & 7 deletions examples/render/contour-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,10 @@ data:
# connect-timeout: 2s
#
# Envoy cluster settings.
cluster:
configure the cluster dns lookup family
valid options are: auto (default), v4, v6
# dns-lookup-family: auto
max-connections: 42
max-pending-requests: 43
max-requests: 44
# cluster:
# configure the cluster dns lookup family
# valid options are: auto (default), v4, v6
# dns-lookup-family: auto
#
# Envoy network settings.
# network:
Expand Down
116 changes: 60 additions & 56 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,33 +258,6 @@ spec:
Contour controller. It contains most of all the options that can be
customized, the other remaining options being command line flags.
properties:
circuitBreaker:
description: GlobalCircuitBreakerDefaults specifies default circuit
breaker budget across all services. If defined, this will be used
as the default for all services.
properties:
maxConnections:
description: The maximum number of connections that a single Envoy
instance allows to the Kubernetes Service; defaults to 1024.
format: int32
type: integer
maxPendingRequests:
description: The maximum number of pending requests that a single
Envoy instance allows to the Kubernetes Service; defaults to
1024.
format: int32
type: integer
maxRequests:
description: The maximum parallel requests a single Envoy instance
allows to the Kubernetes Service; defaults to 1024
format: int32
type: integer
maxRetries:
description: The maximum number of parallel retries a single Envoy
instance allows to the Kubernetes Service; defaults to 3.
format: int32
type: integer
type: object
debug:
description: Debug contains parameters to enable debug logging and
debug interfaces inside Contour.
Expand Down Expand Up @@ -324,6 +297,36 @@ spec:
description: Cluster holds various configurable Envoy cluster
values that can be set in the config file.
properties:
circuitBreakers:
description: GlobalCircuitBreakerDefaults specifies default
circuit breaker budget across all services. If defined,
this will be used as the default for all services.
properties:
maxConnections:
description: The maximum number of connections that a
single Envoy instance allows to the Kubernetes Service;
defaults to 1024.
format: int32
type: integer
maxPendingRequests:
description: The maximum number of pending requests that
a single Envoy instance allows to the Kubernetes Service;
defaults to 1024.
format: int32
type: integer
maxRequests:
description: The maximum parallel requests a single Envoy
instance allows to the Kubernetes Service; defaults
to 1024
format: int32
type: integer
maxRetries:
description: The maximum number of parallel retries a
single Envoy instance allows to the Kubernetes Service;
defaults to 3.
format: int32
type: integer
type: object
dnsLookupFamily:
description: "DNSLookupFamily defines how external names are
looked up When configured as V4, the DNS resolver will only
Expand Down Expand Up @@ -3751,35 +3754,6 @@ spec:
used when provisioning a Contour instance that will influence aspects
of the Contour instance's runtime behavior.
properties:
circuitBreaker:
description: GlobalCircuitBreakerDefaults specifies default circuit
breaker budget across all services. If defined, this will be
used as the default for all services.
properties:
maxConnections:
description: The maximum number of connections that a single
Envoy instance allows to the Kubernetes Service; defaults
to 1024.
format: int32
type: integer
maxPendingRequests:
description: The maximum number of pending requests that a
single Envoy instance allows to the Kubernetes Service;
defaults to 1024.
format: int32
type: integer
maxRequests:
description: The maximum parallel requests a single Envoy
instance allows to the Kubernetes Service; defaults to 1024
format: int32
type: integer
maxRetries:
description: The maximum number of parallel retries a single
Envoy instance allows to the Kubernetes Service; defaults
to 3.
format: int32
type: integer
type: object
debug:
description: Debug contains parameters to enable debug logging
and debug interfaces inside Contour.
Expand Down Expand Up @@ -3819,6 +3793,36 @@ spec:
description: Cluster holds various configurable Envoy cluster
values that can be set in the config file.
properties:
circuitBreakers:
description: GlobalCircuitBreakerDefaults specifies default
circuit breaker budget across all services. If defined,
this will be used as the default for all services.
properties:
maxConnections:
description: The maximum number of connections that
a single Envoy instance allows to the Kubernetes
Service; defaults to 1024.
format: int32
type: integer
maxPendingRequests:
description: The maximum number of pending requests
that a single Envoy instance allows to the Kubernetes
Service; defaults to 1024.
format: int32
type: integer
maxRequests:
description: The maximum parallel requests a single
Envoy instance allows to the Kubernetes Service;
defaults to 1024
format: int32
type: integer
maxRetries:
description: The maximum number of parallel retries
a single Envoy instance allows to the Kubernetes
Service; defaults to 3.
format: int32
type: integer
type: object
dnsLookupFamily:
description: "DNSLookupFamily defines how external names
are looked up When configured as V4, the DNS resolver
Expand Down

0 comments on commit 337431c

Please sign in to comment.