BugFix: Change SCTP port for Accelleran CU

Change-Id: I864aa714888b0b5ae8fc9a703ea40c80c2e108da
diff --git a/comac-cu/Chart.yaml b/comac-cu/Chart.yaml
index fa85512..f6e4c92 100644
--- a/comac-cu/Chart.yaml
+++ b/comac-cu/Chart.yaml
@@ -17,5 +17,5 @@
 description: A Helm chart to install CU/BBU in COMAC
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.0.1
-appVersion: 0.0.2
\ No newline at end of file
+version: 0.0.3
+appVersion: 0.0.3
diff --git a/comac-cu/templates/service-accelleran.yaml b/comac-cu/templates/service-accelleran.yaml
index 89e0ee8..5f01a95 100644
--- a/comac-cu/templates/service-accelleran.yaml
+++ b/comac-cu/templates/service-accelleran.yaml
@@ -24,7 +24,7 @@
   clusterIP: None
   ports:
     - name: s1ap
-      port: {{ .Values.cu.accelleran.ports.s1ap_external }}
+      port: {{ .Values.cu.accelleran.ports.s1ap }}
       protocol: SCTP
 
 ---
@@ -39,4 +39,4 @@
   ports:
     - port: {{ .Values.cu.accelleran.ports.s1ap }}
       nodePort: {{ .Values.cu.accelleran.ports.s1ap_external }}
-      protocol: SCTP
\ No newline at end of file
+      protocol: SCTP