Skip to content

Commit 627def9

Browse files
committed
chore: codegen
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
1 parent 9fa1c9e commit 627def9

File tree

6 files changed

+67
-0
lines changed

6 files changed

+67
-0
lines changed

examples/contour/01-crds.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,16 @@ spec:
17201720
format: int32
17211721
minimum: 0
17221722
type: integer
1723+
concurrency:
1724+
description: |-
1725+
Concurrency specifies the number of worker threads to run for Envoy.
1726+
If not specified, Envoy defaults to the number of hardware threads on
1727+
the machine. Setting this to a lower value on high-core-count machines
1728+
avoids excessive worker threads and reduces idle CPU and Memory usage.
1729+
defaults to 0 (use Envoy's default behavior).
1730+
format: int32
1731+
minimum: 0
1732+
type: integer
17231733
daemonSet:
17241734
description: |-
17251735
DaemonSet describes the settings for running envoy as a `DaemonSet`.

examples/render/contour-deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,16 @@ spec:
19391939
format: int32
19401940
minimum: 0
19411941
type: integer
1942+
concurrency:
1943+
description: |-
1944+
Concurrency specifies the number of worker threads to run for Envoy.
1945+
If not specified, Envoy defaults to the number of hardware threads on
1946+
the machine. Setting this to a lower value on high-core-count machines
1947+
avoids excessive worker threads and reduces idle CPU and Memory usage.
1948+
defaults to 0 (use Envoy's default behavior).
1949+
format: int32
1950+
minimum: 0
1951+
type: integer
19421952
daemonSet:
19431953
description: |-
19441954
DaemonSet describes the settings for running envoy as a `DaemonSet`.

examples/render/contour-gateway-provisioner.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,16 @@ spec:
17311731
format: int32
17321732
minimum: 0
17331733
type: integer
1734+
concurrency:
1735+
description: |-
1736+
Concurrency specifies the number of worker threads to run for Envoy.
1737+
If not specified, Envoy defaults to the number of hardware threads on
1738+
the machine. Setting this to a lower value on high-core-count machines
1739+
avoids excessive worker threads and reduces idle CPU and Memory usage.
1740+
defaults to 0 (use Envoy's default behavior).
1741+
format: int32
1742+
minimum: 0
1743+
type: integer
17341744
daemonSet:
17351745
description: |-
17361746
DaemonSet describes the settings for running envoy as a `DaemonSet`.

examples/render/contour-gateway.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,16 @@ spec:
17561756
format: int32
17571757
minimum: 0
17581758
type: integer
1759+
concurrency:
1760+
description: |-
1761+
Concurrency specifies the number of worker threads to run for Envoy.
1762+
If not specified, Envoy defaults to the number of hardware threads on
1763+
the machine. Setting this to a lower value on high-core-count machines
1764+
avoids excessive worker threads and reduces idle CPU and Memory usage.
1765+
defaults to 0 (use Envoy's default behavior).
1766+
format: int32
1767+
minimum: 0
1768+
type: integer
17591769
daemonSet:
17601770
description: |-
17611771
DaemonSet describes the settings for running envoy as a `DaemonSet`.

examples/render/contour.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,16 @@ spec:
19391939
format: int32
19401940
minimum: 0
19411941
type: integer
1942+
concurrency:
1943+
description: |-
1944+
Concurrency specifies the number of worker threads to run for Envoy.
1945+
If not specified, Envoy defaults to the number of hardware threads on
1946+
the machine. Setting this to a lower value on high-core-count machines
1947+
avoids excessive worker threads and reduces idle CPU and Memory usage.
1948+
defaults to 0 (use Envoy's default behavior).
1949+
format: int32
1950+
minimum: 0
1951+
type: integer
19421952
daemonSet:
19431953
description: |-
19441954
DaemonSet describes the settings for running envoy as a `DaemonSet`.

site/content/docs/main/config/api-reference.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7477,6 +7477,23 @@ <h3 id="projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings
74777477
</tr>
74787478
<tr>
74797479
<td style="white-space:nowrap">
7480+
<code>concurrency</code>
7481+
<br>
7482+
<em>
7483+
int32
7484+
</em>
7485+
</td>
7486+
<td>
7487+
<em>(Optional)</em>
7488+
<p>Concurrency specifies the number of worker threads to run for Envoy.
7489+
If not specified, Envoy defaults to the number of hardware threads on
7490+
the machine. Setting this to a lower value on high-core-count machines
7491+
avoids excessive worker threads and reduces idle CPU and Memory usage.
7492+
defaults to 0 (use Envoy&rsquo;s default behavior).</p>
7493+
</td>
7494+
</tr>
7495+
<tr>
7496+
<td style="white-space:nowrap">
74807497
<code>overloadMaxHeapSize</code>
74817498
<br>
74827499
<em>

0 commit comments

Comments
 (0)