We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e3186 commit 3e848c9Copy full SHA for 3e848c9
charts/kube-ovn/values.yaml
@@ -146,11 +146,11 @@ fullnameOverride: ""
146
147
# hybrid dpdk
148
HYBRID_DPDK: false
149
-HUGEPAGE_SIZE_TYPE: hugepages-2Mi # Default
+HUGEPAGE_SIZE_TYPE: hugepages-2Mi # Default
150
HUGEPAGES: 1Gi
151
DPDK_IMAGE_TAG: "v1.16.0-dpdk"
152
-DPDK_CPU: "1000m" # Default CPU configuration
153
-DPDK_MEMORY: "2Gi" # Default Memory configuration
+DPDK_CPU: "1000m" # Default CPU configuration
+DPDK_MEMORY: "2Gi" # Default Memory configuration
154
155
ovn-central:
156
requests:
0 commit comments