mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-09 01:44:43 +02:00
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>
11 lines
161 B
YAML
11 lines
161 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ghostfolio
|
|
namespace: ai
|
|
spec:
|
|
selector:
|
|
app: ghostfolio
|
|
ports:
|
|
- port: 3333
|
|
targetPort: 3333
|