Commit Graph

5 Commits

Author SHA1 Message Date
rod e4b352143b Expose hello-svc via Tailscale per-env 2026-05-17 14:31:27 +02:00
rod 7b778aeb54 Use internal registry URL for image pulls
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>
2026-05-17 13:27:59 +02:00
rod 5d9a159e07 Switch kustomize base from helmCharts to pre-rendered manifests
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>
2026-05-17 13:09:35 +02:00
rod bd3c6b5e25 Fix .gitignore and add Helm chart 2026-05-17 12:06:17 +02:00
rod 7f031a7848 Initial scaffold: Go service, Helm chart, Kustomize overlays 2026-05-17 11:59:53 +02:00