Try resources

This commit is contained in:
Micke Nordin 2023-03-29 09:37:33 +02:00
parent 7c2d32c951
commit 8bab17bbad
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -37,6 +37,13 @@ spec:
- name: apache-config
mountPath: /etc/apache2/sites-enabled/000-default.conf
subPath: 000-default.conf
resources:
limits:
cpu: 1500m
memory: 2048Mi
requests:
cpu: 500m
memory: 256Mi
readinessProbe:
tcpSocket:
port: 8080