mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 17:24:41 +02:00
chore(openalice): suspend le déploiement (replicas 0), conserve tout (#63)
Projet mis en pause : Kraken via « CCXT Custom » non supporté (fetchBalance avorte) + pas d'automatisation actions. Pod éteint, mais Deployment + PVC openalice-data (config, clés scellées, données) conservés. Relance = replicas 1. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cc6141f424
commit
35ad1deb64
2 changed files with 15 additions and 1 deletions
|
|
@ -4,7 +4,11 @@ metadata:
|
|||
name: openalice
|
||||
namespace: ai
|
||||
spec:
|
||||
replicas: 1
|
||||
# SUSPENDU (2026-06-28) : projet mis en pause — Kraken via « CCXT Custom » non supporté
|
||||
# (fetchBalance avorte) + pas d'automatisation actions. Pod éteint mais TOUT conservé
|
||||
# (Deployment + PVC `openalice-data` : config, clés scellées, données). Pour relancer :
|
||||
# repasser replicas à 1. Voir admin/ia/openalice.md.
|
||||
replicas: 0
|
||||
# OpenAlice écrit dans un volume RWO (NFS) — pas de rolling avec 2 pods sur le même volume.
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue