git.samidare.dev resolves to the external IP but router blocks inbound
traffic on 80/443. Switch to synologynas.local:3000 which resolves via
the home router DNS and is reachable from within the cluster.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kustomize 5.4.3 (bundled in ArgoCD) removed localChartPath and chartPath
from its JSON schema, making helmCharts: with a local chart path invalid.
Pre-render the base manifests with 'make render-helm' instead; overlays
patch the plain YAML as before. ServiceMonitor excluded until Prometheus
is installed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>