Try resources
This commit is contained in:
parent
7c2d32c951
commit
8bab17bbad
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ spec:
|
||||||
- name: apache-config
|
- name: apache-config
|
||||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||||
subPath: 000-default.conf
|
subPath: 000-default.conf
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 1500m
|
||||||
|
memory: 2048Mi
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 256Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
Loading…
Add table
Reference in a new issue