blob: 8745474633d5be693b1860457580cbbc2e47e006 [file] [log] [blame]
Andy Bavierd5b4ee82018-03-22 17:47:33 -07001---
Andy Bavierd5b4ee82018-03-22 17:47:33 -07002# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Expose ONOS services using NodePorts
17#
18# helm install -f examples/onos-nodeport-values.yaml onos
19
20services:
Andy Bavierda6e0952018-05-01 13:48:56 -070021 openflowServiceType: NodePort
22 ovsdbServiceType: NodePort
23 sshServiceType: NodePort
24 uiServiceType: NodePort
Andy Bavierd5b4ee82018-03-22 17:47:33 -070025 ovsdb:
26 nodePort: 31640
27 openflow:
28 nodePort: 31653
29 ssh:
30 nodePort: 31101
31 ui:
32 nodePort: 31181