Update object storage

Baptiste Bonnot 2025-10-03 12:47:44 +02:00
parent df92c8a26f
commit b6885c3b4a
Signed by: baptiste.bonnot
GPG key ID: 2681291F9206E471

@ -1,2 +1,19 @@
# WIP
# Overview
## Diagram
```mermaid
flowchart TD
A[User / Application] --> B[ObjectBucketClaim OBC]
B --> C[ObjectBucket provisioned by ODF]
C --> D[Secret with endpoint and credentials]
D --> E[Application Pods using bucket]
%% Styling for clarity
style A fill:#f9f,stroke:#333,stroke-width:1px
style B fill:#bbf,stroke:#333,stroke-width:1px
style C fill:#bfb,stroke:#333,stroke-width:1px
style D fill:#ffb,stroke:#333,stroke-width:1px
style E fill:#fcf,stroke:#333,stroke-width:1px
```