commit | 1490a016e48227bb46826e4206c4ba9f8c737de6 | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Thu Jan 30 15:39:26 2020 -0800 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Thu Jan 30 23:40:42 2020 +0000 |
tree | c58a96045457868ca20676706070ff5918e9537f | |
parent | 580416746191837b9f6b2b66f4180b96e2c8f653 [diff] |
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