- Dockerfile for devpi-server + devpi-web image - StatefulSet with 50Gi PVC for data persistence - Tailscale Ingress for pypi.tail8d86e.ts.net - README with setup and usage instructions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
159 B
YAML
9 lines
159 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: devpi
|
|
|
|
resources:
|
|
- statefulset.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|