blumeops/docs/reference/services/argocd.md
Erich Blume b294caa734 Fix wiki-link paths in reference docs
Links like [[services/foo]] need to be [[reference/services/foo]]
to resolve correctly from the docs root.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 14:41:55 -08:00

37 lines
920 B
Markdown

---
title: ArgoCD
tags:
- service
- gitops
---
# ArgoCD
GitOps continuous delivery platform for the [[reference/kubernetes/cluster|Kubernetes cluster]].
## Quick Reference
| Property | Value |
|----------|-------|
| **URL** | https://argocd.ops.eblu.me |
| **Tailscale URL** | https://argocd.tail8d86e.ts.net |
| **Namespace** | `argocd` |
| **Git Source** | `ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git` |
| **Manifests Path** | `argocd/` |
## Sync Policy
| Application | Sync Policy | Rationale |
|-------------|-------------|-----------|
| `apps` | Automated | Picks up new Application manifests |
| All workloads | Manual | Explicit control over deployments |
## Credentials
- Admin password: 1Password (blumeops vault)
- Git deploy key (SSH): 1Password
## Related
- [[reference/kubernetes/apps|Apps]] - Full application registry
- [[reference/services/forgejo|Forgejo]] - Git source