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.
|
||||
Reference in New Issue
Block a user