Decomisión de openclaw

- Elimina manifests openclaw/ y argocd/application-openclaw.yaml
- backup-system: fuera del backup diario, crown-jewels, expected y retain;
  fuera el mount hostPath del cronjob y la fila de RESTORE.md
- monitoring: eliminado panel openclaw del dashboard homelab-overview
- n8n: openclaw y polymarket fuera del health-check (espejo del workflow vivo)
- cluster-wide/namespaces.yaml: fuera openclaw + añadidos separadores '---'
  que faltaban (el archivo era un único doc YAML donde ganaba el último ns)

Cluster ya limpio: app ArgoCD, namespace, PVC/PV, RBAC cluster-scoped y
monitor de Uptime Kuma. Backup final: ~/decommissioned/openclaw-final-2026-07-18.tar.gz

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 14:57:46 +00:00
co-authored by Claude Fable 5
parent d011a4c50f
commit e00c520a26
21 changed files with 17 additions and 796 deletions
-2
View File
@@ -14,7 +14,6 @@ return await (async () => {
const SERVICES = [
{ name: 'n8n', url: 'https://n8n.chemavx.xyz' },
{ name: 'openclaw', url: 'https://openclaw.chemavx.xyz' },
{ name: 'vaultwarden', url: 'https://vaultwarden.chemavx.xyz' },
{ name: 'grafana', url: 'https://grafana.chemavx.xyz' },
{ name: 'uptime', url: 'https://uptime.chemavx.xyz' },
@@ -22,7 +21,6 @@ return await (async () => {
{ name: 'home', url: 'https://home.chemavx.xyz' },
{ name: 'git', url: 'https://git.chemavx.xyz' },
{ name: 'argocd', url: 'https://argocd.chemavx.xyz' },
{ name: 'polymarket', url: 'https://polymarket.chemavx.xyz' },
{ name: 'ollama', url: 'https://ollama.chemavx.xyz/api/tags' },
];