feat(roswell): despliegue GitOps del corpus — bot+scheduler, backup pg_dump diario, postgres adoptado

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 16:29:19 +00:00
co-authored by Claude Fable 5
parent ad3716bf80
commit 6416c6c3af
5 changed files with 334 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Se aplica una vez imperativamente (kubectl apply -f); después ArgoCD
# se autogestiona porque este fichero también vive en k8s-manifests/roswell/.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: roswell
namespace: argocd
spec:
project: default
source:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: roswell
destination:
server: https://kubernetes.default.svc
namespace: roswell
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true