Skip to content

Commit

Permalink
auto gen code
Browse files Browse the repository at this point in the history
  • Loading branch information
chris920820 committed Oct 24, 2022
1 parent 1c1495a commit 40add58
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 21 deletions.
2 changes: 1 addition & 1 deletion charts/consul/templates/crd-peeringacceptors.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.connectInject.enabled .Values.global.peering.enabled }}
{{- if .Values.controller.enabled }}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/templates/crd-peeringdialers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.connectInject.enabled .Values.global.peering.enabled }}
{{- if .Values.controller.enabled }}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
20 changes: 11 additions & 9 deletions charts/consul/templates/crd-servicedefaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,22 @@ spec:
TLS SNI value to be changed to a non-connect value when federating
with an external system.
type: string
localConnectTimeoutMs:
description: The number of milliseconds allowed to make connections
to the local application instance before timing out. Defaults to
5000.
type: integer
localRequestTimeoutMs:
description: In milliseconds, the timeout for HTTP requests to the
local application instance. Applies to HTTP-based protocols only.
If not specified, inherits the Envoy default for route timeouts
(15s).
type: integer
maxInboundConnections:
description: MaxInboundConnections is the maximum number of concurrent
inbound connections to each service instance. Defaults to 0 (using
consul's default) if not set.
type: integer
localConnectTimeoutMs:
description: The number of milliseconds allowed to make connections to
the local application instance before timing out. Defaults to 5000.
type: integer
localRequestTimeoutMs:
description: In milliseconds, the timeout for HTTP requests to the local
application instance. Applies to HTTP-based protocols only. If not specified,
inherits the Envoy default for route timeouts (15s).
type: integer
meshGateway:
description: MeshGateway controls the default mesh gateway configuration
for this service.
Expand Down
7 changes: 6 additions & 1 deletion control-plane/api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,22 @@ spec:
TLS SNI value to be changed to a non-connect value when federating
with an external system.
type: string
localConnectTimeoutMs:
description: The number of milliseconds allowed to make connections
to the local application instance before timing out. Defaults to
5000.
type: integer
localRequestTimeoutMs:
description: In milliseconds, the timeout for HTTP requests to the
local application instance. Applies to HTTP-based protocols only.
If not specified, inherits the Envoy default for route timeouts
(15s).
type: integer
maxInboundConnections:
description: MaxInboundConnections is the maximum number of concurrent
inbound connections to each service instance. Defaults to 0 (using
consul's default) if not set.
type: integer
localConnectTimeoutMs:
description: The number of milliseconds allowed to make connections to
the local application instance before timing out. Defaults to 5000.
type: integer
localRequestTimeoutMs:
description: In milliseconds, the timeout for HTTP requests to the local
application instance. Applies to HTTP-based protocols only. If not specified,
inherits the Envoy default for route timeouts (15s).
type: integer
meshGateway:
description: MeshGateway controls the default mesh gateway configuration
for this service.
Expand Down

0 comments on commit 40add58

Please sign in to comment.