remove nodeport in Accelleran CU B7

Change-Id: I89ad647dd12f6d8ed8f1802f991fd3a891feafea
diff --git a/ran/accelleran-cu/Chart.yaml b/ran/accelleran-cu/Chart.yaml
index e0744e3..c751eaa 100644
--- a/ran/accelleran-cu/Chart.yaml
+++ b/ran/accelleran-cu/Chart.yaml
@@ -19,4 +19,4 @@
 description: A Helm chart to install Accelleran CU
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.1
+version: 0.1.2
diff --git a/ran/accelleran-cu/templates/service-accelleran.yaml b/ran/accelleran-cu/templates/service-accelleran.yaml
index eb179b2..4e78f27 100644
--- a/ran/accelleran-cu/templates/service-accelleran.yaml
+++ b/ran/accelleran-cu/templates/service-accelleran.yaml
@@ -47,10 +47,6 @@
 {{ tuple "accelleran-cu" . | include "accelleran-cu.metadata_labels" | indent 4 }}
   type: NodePort
   ports:
-  - name: s1ap
-    port: {{ .Values.config.vran.ports.s1ap.port }}
-    protocol: SCTP
-    nodePort: {{ .Values.config.vran.ports.s1ap.nodePort }}
   - name: nats
     port: {{ .Values.config.vran.ports.nats.port }}
     protocol: TCP
diff --git a/ran/accelleran-cu/values.yaml b/ran/accelleran-cu/values.yaml
index c00f353..befee44 100644
--- a/ran/accelleran-cu/values.yaml
+++ b/ran/accelleran-cu/values.yaml
@@ -45,7 +45,6 @@
     ports:
       s1ap:
         port: 36412
-        nodePort: 31412
       nats:
         port: 4222
         nodePort: 4222