Merge "[RICPLT-2526] KeepAlive configuration changes"
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2term / values.yaml
index a4d72fc..427d56a 100644 (file)
@@ -38,12 +38,21 @@ e2term:
     name: e2
     tag: 1.6.0
   
-  
+  privilegedmode: true
+  hostnetworkmode: true
+
   replicaCount: 1
   env:
     print: "1"
+    messagecollectorfile: "/data/outgoing/"
   # Service ports are now defined in 
   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
   # If need to change a service port, make the code change necessary, then
   # update the _ports.tpl file with the new port number.
+
+  dataVolSize: 100Mi
+  storageClassName: local-storage
+  #storageClassName: ric-storage-class
+
+  pizpub:
+    enabled: false