From b213c826cf224b5a21d45dcf3c0b5ef526f22ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Sun, 26 May 2024 18:53:19 +0000 Subject: [PATCH] fix(registry): disable performance constraints (#52) trying to avoid 'StatusCode: 499, Client Closed Request' --- forge-pod.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/forge-pod.yml b/forge-pod.yml index 54187c1..c7215f2 100644 --- a/forge-pod.yml +++ b/forge-pod.yml @@ -27,10 +27,6 @@ spec: containers: - name: traefik.${FORGE_DOMAIN_NAME} image: traefik # will be built on pod start - resources: - limits: - memory: 128Mi - cpu: 200m volumeMounts: - mountPath: /var/run/podman.sock name: podman-socket @@ -77,10 +73,6 @@ spec: containers: - name: docker.${FORGE_DOMAIN_NAME} image: registry # will be built on pod start - resources: - limits: - memory: 512Mi - cpu: 200m volumeMounts: - mountPath: /certs name: ublue-os_forge-certs-pvc