feat(ghost-en): GitOps-managed redirect for old Pentagon slug

Recover ~454 GSC impressions stranded on a 404. Adds a ghost-en-redirects
ConfigMap (content/data/redirects.yaml) 301-redirecting the old slug
/pentagon-second-uap-declassification-may-2026-apollo-12-sandia/ to the
live /pentagon-uap-second-release-may-2026/. Mounted read-only via subPath
so it survives content PVC recreation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 10:35:33 +00:00
co-authored by Claude Opus 4.8
parent b1f30682d1
commit 797471f744
2 changed files with 23 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
# Ghost custom redirects (content/data/redirects.yaml).
# Managed via GitOps so it survives content PVC recreation.
# Mounted read-only via subPath into the Ghost container; edits require a
# `kubectl rollout restart` (subPath mounts do not hot-reload on ConfigMap change).
apiVersion: v1
kind: ConfigMap
metadata:
name: ghost-en-redirects
namespace: ghost-en
data:
redirects.yaml: |
301:
^/pentagon-second-uap-declassification-may-2026-apollo-12-sandia/?$: /pentagon-uap-second-release-may-2026/