ci: use custom pantheon-ci image; fix registry 413 with Traefik buffering middleware
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user