Commit Graph
6 Commits
Author SHA1 Message Date
duynguyen 128712c4c9 add: Infinity datasource plugin for actual-http-api, wired into Grafana
Installs yesoreyeram-infinity-datasource on the Grafana pod so it can call
Actual's own ActualQL run-query endpoint directly (group-by/sum over any
field), instead of being limited to the fixed counters
actual-budget-exporter publishes. The datasource connection itself (URL +
x-api-key) is added by hand in the Grafana UI, not provisioned here — keeps
the API key out of git without needing a dedicated K8s Secret for it.
2026-09-03 17:30:27 +07:00
duynguyen ed040bc606 chore: manual sync for leaf apps, keep root app-of-apps automated
Convention: only the root app-of-apps (platform) auto-syncs so it picks up
new/changed child Application definitions from Git. Every leaf service app
(vault, headlamp, harbor, jenkins, sonarqube, external-secrets,
kube-prometheus-stack) now requires an explicit manual Sync — matches
cluster-bootstrap and homelab-services' existing ignis convention.
2026-09-02 16:22:21 +07:00
duynguyen 4843eb95f7 fix: ignore Gateway API defaulted fields on grafana HTTPRoute
backendRefs[].group and .weight get server-side defaulted by the Gateway
API admission webhook but are omitted from our manifest, so ArgoCD saw
permanent OutOfSync even though the route is Accepted/ResolvedRefs=True
and Grafana is reachable. ignoreDifferences on those two fields closes
the false diff.
2026-09-02 16:18:39 +07:00
duynguyen 7a665bdf9d refactor: one self-contained folder per platform service
Each platform/apps/<service>/ now holds its own application.yaml
(multi-source: chart + values + raw-manifest extras), values.yaml, and
any extra manifests (HTTPRoute, RBAC, ClusterSecretStore) together,
replacing the split apps/*.yaml + manifests/*/ + separate *-config
Application pattern.

Root platform-app.yaml now recurses platform/apps/*/application.yaml
only. Extras get a resource-level sync-wave (1) so they still land
after their service's Helm chart within the same Application sync.

Also adds an HTTPRoute for vault (vault.fireflylab.local) - exposed
same as every other service here, accepted as LAN-only exposure.
2026-07-29 23:56:50 +07:00
duynguyen a1cff1dfb9 feat: add vault, external-secrets, monitoring, harbor, jenkins, sonarqube, headlamp
Two-source ArgoCD Applications (upstream chart + values from this repo),
same pattern as cluster-bootstrap. Each service paired with a *-config
Application for HTTPRoute/RBAC/ClusterSecretStore that must exist
after the main install (separate sync wave).

Chart targetRevision pins and HTTPRoute backendRef service names are
best-effort - marked TODO/verify in-file since no live helm repo access
this session to confirm current versions or actual rendered svc names.
2026-07-29 23:49:59 +07:00
duynguyen b3c9539eaf chore: scaffold cluster-platform repo (root app-of-apps for platform services) 2026-07-29 23:30:45 +07:00