## Summary - Create tutorials directory structure with index page - Add 5 main tutorials targeting different audiences: - **what-is-blumeops** (Reader, AI) - High-level orientation - **exploring-the-docs** (All) - Navigation guide - **ai-assistance-guide** (AI, Owner) - Context for AI-assisted operations - **contributing** (Contributor) - First contribution workflow - **replicating-blumeops** (Replicator) - Overview for building similar setup - Add 4 replication sub-tutorials: - tailscale-setup, kubernetes-bootstrap, argocd-config, observability-stack - Update README.md to mark Phase 3 complete - Add changelog fragment Each tutorial explicitly identifies its target audiences and links to reference material rather than re-explaining concepts. ## Deployment and Testing - [x] All pre-commit hooks pass (doc-links validates wiki links) - [ ] Build docs via workflow to verify rendering - [ ] Review content for accuracy 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/94
48 lines
2.1 KiB
Markdown
48 lines
2.1 KiB
Markdown
---
|
|
title: argocd-applications
|
|
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
|