Skip to content

Commit d1a26f8

Browse files
authored
docs(serverless): add custom domains limit (#4244)
1 parent 93644f8 commit d1a26f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

serverless/containers/reference-content/containers-limitations.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ This section contains usage limits that apply when using Serverless Containers.
2121
| Namespaces | Max number | 100* | Project |
2222
| Containers | Max number | 1000* | Organization |
2323
| Total container memory\** | Max size | 600 GiB | Organization |
24+
| Custom domains | Max number | 50 | Container |
2425
| Image size compressed | Max size | 250 MiB | Container |
2526
| Image size uncompressed | Max size | 1 GiB | Container |
2627
| Temporary disk size | Max size | 1024 MiB | Container |
2728
| Invocation rate | Max number | 1000 per second | Container |
2829
| Concurrency | Max | 80 | Container Instance |
2930
| Max Scale (simultaneous Container instances) | Max | 50 | Container |
30-
| CPU | Min/max | 70 to 6000 mvCPU | Container |
31-
| Memory | Min/Max | 128 to 12228 MB | Container |
31+
| CPU | Min/max | 70 to 6000 mvCPU | Container |
32+
| Memory | Min/Max | 128 to 12228 MB | Container |
3233
| Environment variables | Max number | 100 | Container + namespace |
3334
| Environment variables | Max size | 1000 chars | Environment variable |
3435
| Secret environment variables | Max number | 100 | Container + namespace |

serverless/functions/reference-content/functions-limitations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This section contains usage limits that apply when using Serverless Functions.
2020
| Namespaces | Max number | 100* | Project |
2121
| Functions | Max number | 1000* | Organization |
2222
| Total function memory\** | Max size | 600 GiB | Organization |
23+
| Custom domains | Max number | 50 | Function |
2324
| Zip Size | Max size | 100 MiB | Function |
2425
| Code Size | Max size | 500 MiB | Function |
2526
| Temporary disk size | Max size | 1024 MiB | Function instance |

0 commit comments

Comments
 (0)