## Summary - Updated frontmatter `title:` in all 63 doc cards from slug-case to human-readable (e.g. `borgmatic` → `Borgmatic`, `ai-assistance-guide` → `AI Assistance Guide`) - Titles now closely match file stems so `[[wiki-links]]` render naturally without alternate anchor text - Corrected titles that diverged from stems (e.g. `host-inventory` → `Hosts`, `grafana-alloy` → `Alloy`, `argocd-applications` → `Apps`) - Deleted `title-test-alpha.md` and `title-test-beta.md` test cards and removed their reference index entry ## Deployment and Testing - [x] `docs-check-links` passes — all wiki-links valid - [x] `docs-check-index` passes - [x] `docs-check-filenames` passes - [ ] Verify titles render correctly on docs site after deploy Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/117
48 lines
2.1 KiB
Markdown
48 lines
2.1 KiB
Markdown
---
|
|
title: Apps
|
|
tags:
|
|
- kubernetes
|
|
- argocd
|
|
---
|
|
|
|
# ArgoCD Applications
|
|
|
|
Registry of all applications deployed via [[argocd]].
|
|
|
|
## Application Registry
|
|
|
|
| App | Namespace | Path/Source | Service |
|
|
|-----|-----------|-------------|---------|
|
|
| `apps` | argocd | `argocd/apps/` | App-of-apps root |
|
|
| `argocd` | argocd | `argocd/manifests/argocd/` | [[argocd]] |
|
|
| `tailscale-operator` | tailscale | `argocd/manifests/tailscale-operator/` | [[tailscale-operator]] |
|
|
| `1password-connect` | 1password | `argocd/manifests/1password-connect/` | [[1password]] |
|
|
| `external-secrets` | external-secrets | Helm chart | [[1password]] |
|
|
| `external-secrets-config` | external-secrets | `argocd/manifests/external-secrets-config/` | [[1password]] |
|
|
| `cloudnative-pg` | cnpg-system | Helm chart (forge mirror) | PostgreSQL operator |
|
|
| `blumeops-pg` | databases | `argocd/manifests/databases/` | [[postgresql]] |
|
|
| `prometheus` | monitoring | `argocd/manifests/prometheus/` | [[prometheus]] |
|
|
| `loki` | monitoring | `argocd/manifests/loki/` | [[loki]] |
|
|
| `grafana` | monitoring | Helm chart (forge mirror) | [[grafana]] |
|
|
| `grafana-config` | monitoring | `argocd/manifests/grafana-config/` | [[grafana]] |
|
|
| `immich` | immich | Helm chart | [[immich]] |
|
|
| `alloy-k8s` | alloy | `argocd/manifests/alloy-k8s/` | [[alloy|Alloy]] |
|
|
| `kube-state-metrics` | monitoring | `argocd/manifests/kube-state-metrics/` | K8s metrics |
|
|
| `miniflux` | miniflux | `argocd/manifests/miniflux/` | [[miniflux]] |
|
|
| `kiwix` | kiwix | `argocd/manifests/kiwix/` | [[kiwix]] |
|
|
| `torrent` | torrent | `argocd/manifests/torrent/` | [[transmission]] |
|
|
| `navidrome` | navidrome | `argocd/manifests/navidrome/` | [[navidrome]] |
|
|
| `teslamate` | teslamate | `argocd/manifests/teslamate/` | [[teslamate]] |
|
|
| `forgejo-runner` | forgejo-runner | `argocd/manifests/forgejo-runner/` | [[forgejo]] CI |
|
|
|
|
## Sync Policies
|
|
|
|
| Application | Policy | Rationale |
|
|
|-------------|--------|-----------|
|
|
| `apps` | Automated | Picks up new Application manifests |
|
|
| All others | Manual | Explicit control over deployments |
|
|
|
|
## Related
|
|
|
|
- [[argocd]] - GitOps platform details
|
|
- [[cluster|Cluster]] - Kubernetes infrastructure
|