Skip to content

Commit adb99ee

Browse files
committed
only v1
1 parent 3d58721 commit adb99ee

4 files changed

Lines changed: 0 additions & 18 deletions

File tree

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

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

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

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

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

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

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ required:
55
- details
66
- ipv4
77
- ipv6
8-
- performance
98
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
159
ipv4:
1610
description: Allow / disallow traffic to be routed via IPv4.
1711
oneOf:

0 commit comments

Comments
 (0)