Skip to content
Closed
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
6 changes: 3 additions & 3 deletions src/content/aeps/aep-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,15 @@ A _deployment_ represents the _current state_ of a stack as fulfilled by the Aka
| container | Docker container |
| compute | [resources](#computeunit) needed for each instance |
| count | number of instances to run |
| connections | List of allowed incomming [connections](#connection) |
| connections | List of allowed incoming [connections](#connection) |

#### Connection

| Field | Description |
| ---------- | -------------------------------------------------------------------------- |
| port | TCP port |
| workload | [Workload](#workload) name to allow incomming connection from |
| datacenter | [Datacenter](#deploymentinfrastructure) to allow incomming connection from |
| workload | [Workload](#workload) name to allow incoming connection from |
| datacenter | [Datacenter](#deploymentinfrastructure) to allow incoming connection from |
| global | If `true`, allow all connections, regardless of source |

#### LeasedWorkload
Expand Down