Try again
This commit is contained in:
parent
6e15a27c5f
commit
4ee4264197
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,8 @@ spec:
|
||||||
- name: run-volume
|
- name: run-volume
|
||||||
mountPath: /var/run/apache2
|
mountPath: /var/run/apache2
|
||||||
subPath: apache2
|
subPath: apache2
|
||||||
|
- name: hugepage
|
||||||
|
mountPath: /dev/hugepages
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
|
@ -236,3 +238,6 @@ spec:
|
||||||
- name: conf-volume
|
- name: conf-volume
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: 500Mi
|
sizeLimit: 500Mi
|
||||||
|
- name: hugepage
|
||||||
|
emptyDir:
|
||||||
|
medium: HugePages
|
||||||
|
|
Loading…
Add table
Reference in a new issue