Remove hugepages
This commit is contained in:
parent
20e5a04951
commit
ee89e1e0a5
|
@ -37,26 +37,22 @@ spec:
|
|||
- name: default-config
|
||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||
subPath: 000-default.conf
|
||||
- name: hugepage
|
||||
mountPath: /dev/hugepages
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1500m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 2048Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
hugepages-2Mi: 2048Mi
|
||||
memory: 256Mi
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 80
|
||||
initialDelaySeconds: 180
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 60
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 80
|
||||
initialDelaySeconds: 300
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 180
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@ -180,6 +176,3 @@ spec:
|
|||
items:
|
||||
- key: "000-default.conf"
|
||||
path: "000-default.conf"
|
||||
- name: hugepage
|
||||
emptyDir:
|
||||
medium: HugePages
|
||||
|
|
Loading…
Reference in a new issue