EDGEPOD-399 Remove bess config files from the chart

Change-Id: Idd14d9165a6265d6e3aa24af707820fae1d0c7f6
diff --git a/omec/omec-user-plane/templates/config/_spgwu.json.tpl b/omec/omec-user-plane/templates/config/_spgwu.json.tpl
index 3fec6b1..ba36cc7 100644
--- a/omec/omec-user-plane/templates/config/_spgwu.json.tpl
+++ b/omec/omec-user-plane/templates/config/_spgwu.json.tpl
@@ -8,6 +8,5 @@
     "ifname": {{ .Values.config.spgwu.sgi.device | quote }}
   },
   "workers": {{ .Values.config.spgwu.workers }},
-  "max_sessions": {{ .Values.config.spgwu.maxSessions }},
-  "max_ip_defrag_flows": {{ .Values.config.spgwu.maxIpDefragFlows }}
+  "max_sessions": {{ .Values.config.spgwu.maxSessions }}
 }