feat(ghostfolio): suivi de portefeuille sur k8s (PG s01 + Redis)

Nouvel app ArgoCD ghostfolio (namespace ai) : suivi/analyse de portefeuille
boursier. Base PostgreSQL dédiée sur storage-01, Redis in-cluster pour le cache.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Alkatrazz 2026-06-15 14:04:19 +02:00
parent 0aa4c3650d
commit 4f1c03df08
8 changed files with 360 additions and 54 deletions

View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: ghostfolio
namespace: ai
spec:
selector:
app: ghostfolio
ports:
- port: 3333
targetPort: 3333