Converting ONOS service to a nodeport service in Voltha
Change-Id: I4faef5c1de5e980039a33e4c18ca29891b19c3e2
diff --git a/voltha/templates/onos.yaml b/voltha/templates/onos.yaml
index 1549551..efb2b91 100644
--- a/voltha/templates/onos.yaml
+++ b/voltha/templates/onos.yaml
@@ -21,16 +21,19 @@
labels:
name: onos
spec:
+type: NodePort
ports:
- name: ssh
port: 8101
targetPort: 8101
+ nodePort: 30115
- name: of
port: 6653
targetPort: 6653
- name: ui
port: 8181
targetPort: 8181
+ nodePort: 30120
selector:
app: onos
---