Skip to content

Commit 77fecc1

Browse files
committed
performance
1 parent adb99ee commit 77fecc1

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

components/schemas/environments/services/loadbalancer/config/types/DefaultLbType.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ required:
55
- details
66
- ipv4
77
- ipv6
8+
- performance
89
properties:
10+
performance:
11+
type: boolean
12+
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
913
ipv4:
1014
type: boolean
1115
description: Allow / disallow traffic to be routed via IPv4.

components/schemas/environments/services/loadbalancer/config/types/haproxy/HaProxyLbType.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ required:
55
- details
66
- ipv4
77
- ipv6
8+
- performance
89
properties:
10+
performance:
11+
type: boolean
12+
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
913
ipv4:
1014
type: boolean
1115
description: Allow / disallow traffic to be routed via IPv4.

stackspec/schema/services/loadbalancer/types/StackSpecDefaultLbType.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ required:
55
- details
66
- ipv4
77
- ipv6
8+
- performance
89
properties:
10+
performance:
11+
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
12+
type: boolean
913
ipv4:
1014
type: boolean
1115
description: Allow / disallow traffic to be routed via IPv4.

stackspec/schema/services/loadbalancer/types/haproxy/StackSpecHaProxyLbType.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ required:
55
- details
66
- ipv4
77
- ipv6
8+
- performance
89
properties:
10+
performance:
11+
description: Enable / disable performance mode. If enabled, load balancer can use much more RAM and CPU.
12+
oneOf:
13+
- type: boolean
14+
- $ref: ../../../../StackVariable.yml
915
ipv4:
1016
description: Allow / disallow traffic to be routed via IPv4.
1117
oneOf:

0 commit comments

Comments
 (0)