File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 35
35
RABBITMQ_NODES : {{ RABBITMQ_NODES }}
36
36
RABBITMQ_NODE_PORT : " {{ RABBITMQ_NODE_PORT }}"
37
37
VROUTER_GATEWAY : {{ VROUTER_GATEWAY }}
38
+ HUGE_PAGES_2MB : " 128"
38
39
WEBUI_NODES : {{ WEBUI_NODES }}
39
40
WEBUI_VIP : " {{ WEBUI_VIP }}"
40
41
---
@@ -1468,6 +1469,13 @@ spec:
1468
1469
# e.g. https://github.com/Juniper/contrail-controller/blob/master/src/vnsw/agent/contrail/linux/pkt0_interface.cc: 48.
1469
1470
securityContext :
1470
1471
privileged : true
1472
+ resources :
1473
+ limits :
1474
+ hugepages-2Mi : 256Mi
1475
+ memory : 256Mi
1476
+ requests :
1477
+ hugepages-2Mi : 256Mi
1478
+ memory : 256Mi
1471
1479
envFrom :
1472
1480
- configMapRef :
1473
1481
name : env
@@ -1478,6 +1486,8 @@ spec:
1478
1486
volumeMounts :
1479
1487
- mountPath : /dev
1480
1488
name : dev
1489
+ - mountPath : /var/run
1490
+ name : var-run
1481
1491
- mountPath : /etc/sysconfig/network-scripts
1482
1492
name : network-scripts
1483
1493
- mountPath : /host/bin
@@ -1541,6 +1551,9 @@ spec:
1541
1551
- name : dev
1542
1552
hostPath :
1543
1553
path : /dev
1554
+ - name : var-run
1555
+ hostPath :
1556
+ path : /var/run
1544
1557
- name : network-scripts
1545
1558
hostPath :
1546
1559
path : /etc/sysconfig/network-scripts
You can’t perform that action at this time.
0 commit comments