ci: use custom pantheon-ci image; fix registry 413 with Traefik buffering middleware

This commit is contained in:
Will Anderson
2026-03-25 20:36:20 -05:00
parent 9904bce343
commit d5c5d753c7
2 changed files with 18 additions and 50 deletions
+13
View File
@@ -1,4 +1,17 @@
---
# Middleware: allow unlimited body size for Docker image layer uploads
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: registry-chunked
namespace: registry
spec:
buffering:
maxRequestBodyBytes: 0
maxResponseBodyBytes: 0
memRequestBodyBytes: 0
retryExpression: ""
---
# Docker registry ingress with chunked upload middleware
apiVersion: networking.k8s.io/v1
kind: Ingress