Remove backslash escaping from pipe characters in wiki-links. Correct: [[services/forgejo|Forgejo]] Wrong: [[services/forgejo\|Forgejo]] Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
| title | tags | ||
|---|---|---|---|
| ArgoCD |
|
ArgoCD
GitOps continuous delivery platform for the 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 |
CLI Commands
# Login
argocd login argocd.ops.eblu.me --username admin --password "$(op ...)"
# Common operations
argocd app list
argocd app diff <app>
argocd app sync <app>
argocd app get <app>
Credentials
- Admin password: 1Password (blumeops vault)
- Git deploy key (SSH): 1Password
Related
- kubernetes/apps - Full application registry
- forgejo - Git source