feat(minio): Add MinIO Bucket CRD for riotpiao-models — replaces shell script setup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: minio.min.io/v1alpha1
|
||||
kind: Bucket
|
||||
metadata:
|
||||
name: riotpiao-models
|
||||
namespace: minio
|
||||
spec:
|
||||
name: riotpiao-models
|
||||
# Bucket versioning for LLM model artifacts
|
||||
versioning:
|
||||
enabled: true
|
||||
tags:
|
||||
app: ollama
|
||||
layer: applications
|
||||
purpose: model-storage
|
||||
---
|
||||
# Future: Add more buckets as needed
|
||||
# Example: terraform-state, logs, artifacts, etc.
|
||||
@@ -5,4 +5,5 @@ resources:
|
||||
- minio-tenant.yaml
|
||||
- minio-service.yaml
|
||||
- minio-replication-job.yaml
|
||||
- buckets.yaml
|
||||
# Legacy: minio-legacy-alias.yaml skipped (migration artifact, conflicts with namespace transform)
|
||||
|
||||
Reference in New Issue
Block a user