Replace hardcoded image tags in Quick Reference tables with pointers to kustomization manifests (tags drift with every container release). Fix Prometheus CNPG scrape target, remove misleading .ts.net URLs, expand external-secrets stub, add backup/disaster-recovery cross-references. Limit doc-reviewer agent to one doc per cycle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
39 lines
876 B
Markdown
39 lines
876 B
Markdown
---
|
|
title: Devpi
|
|
modified: 2026-03-23
|
|
last-reviewed: 2026-03-23
|
|
tags:
|
|
- service
|
|
- python
|
|
---
|
|
|
|
# devpi (PyPI Proxy)
|
|
|
|
PyPI caching proxy and private package index.
|
|
|
|
## Quick Reference
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| **URL** | https://pypi.ops.eblu.me |
|
|
| **Namespace** | `devpi` |
|
|
| **ArgoCD App** | `devpi` |
|
|
| **Storage** | 50Gi PVC |
|
|
| **Image** | `registry.ops.eblu.me/blumeops/devpi` (see `argocd/manifests/devpi/kustomization.yaml` for current tag) |
|
|
|
|
## Indices
|
|
|
|
| Index | Purpose |
|
|
|-------|---------|
|
|
| `root/pypi` | PyPI mirror/cache (auto-created) |
|
|
| `eblume/dev` | Private packages (inherits from root/pypi) |
|
|
|
|
## Credentials
|
|
|
|
Root password stored in 1Password (blumeops vault), injected via ExternalSecret.
|
|
|
|
## Related
|
|
|
|
- [[use-pypi-proxy]] - Client configuration and package uploads
|
|
- [[argocd]] - Deployment
|
|
- [[1password]] - Secrets management
|