Skip to content

feat: add Helm chart for package cache services (apt, pip, npm) - #1

Open
AIAlMaVizca wants to merge 1 commit into
AlMaVizca:mainfrom
AIAlMaVizca:feat/helm-chart
Open

AIAlMaVizca wants to merge 1 commit into
AlMaVizca:mainfrom
AIAlMaVizca:feat/helm-chart

Conversation

@AIAlMaVizca

Copy link
Copy Markdown

Three independently configurable cache services as k8s Deployments:

  • apt: sameersbn/apt-cacher-ng (port 3142, 10Gi persistent)
  • pip: krahser/pip-cache (port 3141, 10Gi persistent)
  • npm: folha/npm-proxy-cache (port 8080, ephemeral)

Each service has:

  • Optional PVC (disabled for npm)
  • Optional Traefik ingress with cert-manager TLS
  • Configurable resources, nodeSelector, tolerations

Proxy config generation via ConfigMap with 01proxy, pip.conf, and npmrc.
Compatible with ArgoCD GitOps workflow.

Cloned from GitLab MR !1 on inthependiente/caches by commit 7a5c966.

Three independently configurable cache services as k8s Deployments:

- apt: sameersbn/apt-cacher-ng (port 3142, 10Gi persistent)
- pip: krahser/pip-cache (port 3141, 10Gi persistent)
- npm: folha/npm-proxy-cache (port 8080, ephemeral)

Each service has:
  - Optional PVC (disabled for npm)
  - Optional Traefik ingress with cert-manager TLS
  - Configurable resources, nodeSelector, tolerations

Proxy config generation:
  - ConfigMap with 01proxy, pip.conf, and npmrc
  - Point to in-cluster service DNS by default
  - Overridable host/port for external cache servers

Compatible with ArgoCD GitOps workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant