Skip to content

docs: add ldn, update add-on versions #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
86 changes: 19 additions & 67 deletions docs/40-custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ It can be retrieve from the console directly in the organisation panel overview
in the top right corner or from the URL. It can have two forms, one starting by
`user_` and the other starting by `orga_` and in both cases following by a uuid.

## Supported region

To deploy on a specific region, use one of these codes:

| Name | Code |
|-------------------------------------|----------|
| Paris | `par` |
| Paris (with HDS certification) | `parhds` |
| Scaleway | `scw` |
| Gravelines (with HDS certification) | `grahds` |
| London | `ldn` |
| Montreal | `mtl` |
| Roubaix | `rbx` |
| Roubaix (with HDS certification) | `rbxhds` |
| Singapore | `sgp` |
| Sydney | `syd` |
| Warsaw | `wsw` |

## PostgreSql

Below, you will find the custom resource in yaml format that you can use to
Expand Down Expand Up @@ -40,30 +58,12 @@ spec:

| Version | Code |
|---------|------|
| `11` | 11 |
| `12` | 12 |
| `13` | 13 |
| `14` | 14 |
| `15` | 15 |
| `16` | 16 |
| `17` | 17 |

### Supported region

For region, the code could be used to select the desired region.

| Name | Code |
|-------------------------------------|----------|
| Paris | `par` |
| Gravelines (with HDS certification) | `grahds` |
| Roubaix | `rbx` |
| Roubaix (with HDS certification) | `rbxhds` |
| Scaleway | `scw` |
| Montreal | `mtl` |
| Singapore | `sgp` |
| Sydney | `syd` |
| Warsaw | `wsw` |

### Supported plan

For plan, both name and code could be used to select the desired plan.
Expand Down Expand Up @@ -131,22 +131,6 @@ spec:
| `8.0` | 80 |
| `8.4` | 84 |

### Supported region

For region, the code could be used to select the desired region.

| Name | Code |
|-------------------------------------|----------|
| Paris | `par` |
| Gravelines (with HDS certification) | `grahds` |
| Roubaix | `rbx` |
| Roubaix (with HDS certification) | `rbxhds` |
| Scaleway | `scw` |
| Montreal | `mtl` |
| Singapore | `sgp` |
| Sydney | `syd` |
| Warsaw | `wsw` |

### Supported plan

For plan, both name and code could be used to select the desired plan.
Expand Down Expand Up @@ -205,23 +189,7 @@ spec:

| Version | Code |
|---------|------|
| `7.2.4` | 724 |

### Supported region

For region, the code could be used to select the desired region.

| Name | Code |
|-------------------------------------|----------|
| Paris | `par` |
| Gravelines (with HDS certification) | `grahds` |
| Roubaix | `rbx` |
| Roubaix (with HDS certification) | `rbxhds` |
| Scaleway | `scw` |
| Montreal | `mtl` |
| Singapore | `sgp` |
| Sydney | `syd` |
| Warsaw | `wsw` |
| `8.0.2` | 802 |

### Supported plan

Expand Down Expand Up @@ -266,22 +234,6 @@ spec:
|---------|------|
| `4.0.3` | 403 |

### Supported region

For region, the code could be used to select the desired region.

| Name | Code |
|-------------------------------------|----------|
| Paris | `par` |
| Gravelines (with HDS certification) | `grahds` |
| Roubaix | `rbx` |
| Roubaix (with HDS certification) | `rbxhds` |
| Scaleway | `scw` |
| Montreal | `mtl` |
| Singapore | `sgp` |
| Sydney | `syd` |
| Warsaw | `wsw` |

### Supported plan

For plan, both name and code could be used to select the desired plan.
Expand Down
Loading