Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ properties:
anyOf:
- $ref: HaProxyConfig.yml
- type: "null"
bind_host:
description: |
Binds the load balancer to the host server IP address.

**Pros**: This allows for significantly lower cost (utilizing fewer IPv4 addresses), and enables building out a true edge network with lower latency.
**Cons**: Only 1 environment is allowed on the host. This is because the load balancer is the only ingress point for an environment, and if it is sharing
the same IP as the host, that host can only operate under that environment.
type:
- boolean
- "null"
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,3 @@ properties:
- "v1"
details:
$ref: V1LbConfig.yml
bind_host:
description: |
Binds the load balancer to the host server IP address.

**Pros**: This allows for significantly lower cost (utilizing fewer IPv4 addresses), and enables building out a true edge network with lower latency.
**Cons**: Only 1 environment is allowed on the host. This is because the load balancer is the only ingress point for an environment, and if it is sharing
the same IP as the host, that host can only operate under that environment.
type:
- boolean
- "null"
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,3 @@ properties:
- $ref: StackSpecHaProxyConfig.yml
- $ref: ../../../../StackVariable.yml
- type: "null"
bind_host:
description: |
Binds the load balancer to the host server IP address.

**Pros**: This allows for significantly lower cost (utilizing fewer IPv4 addresses), and enables building out a true edge network with lower latency.
**Cons**: Only 1 environment is allowed on the host. This is because the load balancer is the only ingress point for an environment, and if it is sharing
the same IP as the host, that host can only operate under that environment.
oneOf:
- type:
- boolean
- "null"
- $ref: ../../../../StackVariable.yml
2 changes: 1 addition & 1 deletion stackspec/stackspec.json

Large diffs are not rendered by default.