Add minio support and forntend analitycs

This commit is contained in:
Urtzi Alfaro
2026-01-17 22:42:40 +01:00
parent fbc670ddb3
commit 3c4b5c2a06
53 changed files with 3485 additions and 437 deletions

View File

@@ -666,7 +666,7 @@ replicas:
- name: tenant-service
count: 1
- name: training-service
count: 1
count: 2 # Safe with MinIO storage
- name: forecasting-service
count: 1
- name: sales-service

View File

@@ -200,7 +200,7 @@ replicas:
- name: tenant-service
count: 2
- name: training-service
count: 2
count: 3 # Safe with MinIO storage - no PVC conflicts
- name: forecasting-service
count: 3
- name: sales-service

View File

@@ -1,12 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: model-storage
namespace: bakery-ia
spec:
storageClassName: microk8s-hostpath # MicroK8s storage class
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi # Increased for production (adjust based on your needs)