add back-ups

This commit is contained in:
Kiara Grouwstra 2025-06-04 21:27:34 +02:00
parent 5f4f5c1dc7
commit ce205e35fa
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 11 additions and 1 deletions

View file

@ -13,5 +13,15 @@ erDiagram
json configuration
option[string] version
}
backup["back-up"] {
string bucket
string endpoint
}
keypair {
string access_key
string secret_key
}
operator ||--o{ deployment : has
deployment }|--|| runtime : uses
deployment ||--o{ backup : has
backup ||--|{ keypair : authorises

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 13 KiB