mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-12 09:43:44 +03:00
fix(registry): disable performance constraints (#52)
trying to avoid 'StatusCode: 499, Client Closed Request'
This commit is contained in:
parent
af3bdc37fb
commit
b213c826cf
|
@ -27,10 +27,6 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: traefik.${FORGE_DOMAIN_NAME}
|
- name: traefik.${FORGE_DOMAIN_NAME}
|
||||||
image: traefik # will be built on pod start
|
image: traefik # will be built on pod start
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 128Mi
|
|
||||||
cpu: 200m
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/podman.sock
|
- mountPath: /var/run/podman.sock
|
||||||
name: podman-socket
|
name: podman-socket
|
||||||
|
@ -77,10 +73,6 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: docker.${FORGE_DOMAIN_NAME}
|
- name: docker.${FORGE_DOMAIN_NAME}
|
||||||
image: registry # will be built on pod start
|
image: registry # will be built on pod start
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 512Mi
|
|
||||||
cpu: 200m
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /certs
|
- mountPath: /certs
|
||||||
name: ublue-os_forge-certs-pvc
|
name: ublue-os_forge-certs-pvc
|
||||||
|
|
Loading…
Reference in a new issue