fix(registry): disable performance constraints (#52)

trying to avoid 'StatusCode: 499, Client Closed Request'
This commit is contained in:
Stephan Lüscher 2024-05-26 18:53:19 +00:00
parent af3bdc37fb
commit b213c826cf
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF

View file

@ -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