- ArgoCD ref: correct Git Source URL to forge.ops.eblu.me:2222 - Authentik ref: add Zot as active OIDC client, blueprint, and secret - Federated login: remove Zot from Future Work (completed in PR #236) - devpi/start.sh: use bash array for command building (proper quoting) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
39 lines
921 B
Markdown
39 lines
921 B
Markdown
---
|
|
title: ArgoCD
|
|
modified: 2026-02-07
|
|
tags:
|
|
- service
|
|
- gitops
|
|
---
|
|
|
|
# ArgoCD
|
|
|
|
GitOps continuous delivery platform for the [[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@forge.ops.eblu.me:2222/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
|
|
|
|
- [[argocd-cli]] - CLI usage and deployment workflows
|
|
- [[apps|Apps]] - Full application registry
|
|
- [[forgejo]] - Git source
|