https.
All checks were successful
Update README with ADR Index / update-readme (push) Successful in 6s

This commit is contained in:
2026-02-16 18:22:16 -05:00
parent b4e608f002
commit f94945fb46

View File

@@ -128,7 +128,7 @@ Three storage tiers optimized for different use cases:
│ │ ├── mlflow-artifacts/ (ML experiment tracking) │ │
│ │ └── training-data/ (datasets for fine-tuning) │ │
│ │ │ │
│ │ S3 (RustFS): http://gravenhollow.lab.daviestechlabs.io:30292 │ │
│ │ S3 (RustFS): https://gravenhollow.lab.daviestechlabs.io:30292 │ │
│ │ ├── kubeflow-pipelines (pipeline artifacts) │ │
│ │ ├── training-data (large dataset staging) │ │
│ │ └── longhorn-backups (off-cluster backup target) │ │
@@ -267,7 +267,7 @@ Gravenhollow addresses the performance gap between Longhorn (local) and candleke
### S3 Endpoint (RustFS)
Gravenhollow also provides S3-compatible object storage via RustFS:
- **Endpoint:** `http://gravenhollow.lab.daviestechlabs.io:30292`
- **Endpoint:** `https://gravenhollow.lab.daviestechlabs.io:30292`
- **Use cases:** Kubeflow pipeline artifacts, Longhorn off-cluster backups, training dataset staging
- **Credentials:** Managed via Vault ExternalSecret (`/kv/data/gravenhollow``access_key`, `secret_key`)