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
|
||||
mountPath: /var/run/apache2
|
||||
subPath: apache2
|
||||
- name: hugepage
|
||||
mountPath: /dev/hugepages
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1500m
|
||||
|
@ -236,3 +238,6 @@ spec:
|
|||
- name: conf-volume
|
||||
emptyDir:
|
||||
sizeLimit: 500Mi
|
||||
- name: hugepage
|
||||
emptyDir:
|
||||
medium: HugePages
|
||||
|
|
Loading…
Add table
Reference in a new issue