feat: add Ghost CMS deployment for Zona de Exclusión blog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-07 20:47:17 +00:00
parent cb5977862e
commit 444fb1058e
2 changed files with 154 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: zona-exclusion
namespace: argocd
spec:
project: default
source:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: zona-exclusion
destination:
server: https://kubernetes.default.svc
namespace: zona-exclusion
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true