Move DOCS_RELEASE_URL from ConfigMap to Deployment

This ensures ArgoCD sync triggers a pod rollout when the URL changes,
since ConfigMap data changes don't restart pods automatically.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-03 17:23:52 -08:00
commit 82bcd935cd
4 changed files with 11 additions and 25 deletions

View file

@ -20,9 +20,9 @@ spec:
ports:
- containerPort: 80
name: http
envFrom:
- configMapRef:
name: docs-config
env:
- name: DOCS_RELEASE_URL
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.0.14/docs-v1.0.14.tar.gz"
resources:
requests:
memory: "64Mi"