X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmsb%2Fvalues.yaml;h=6d5c9fb08e86cc1e0078b1605c046a234012f125;hb=99352e5d65e2bab3f41e1e357221cc68df602e98;hp=6927f1da6e8fd6a6ec096ca348a9897ed50fb68f;hpb=f6a39a8d6b2d2ee44d157c71a396e4de32ccba69;p=oom.git diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml index 6927f1da6e..6d5c9fb08e 100644 --- a/kubernetes/msb/values.yaml +++ b/kubernetes/msb/values.yaml @@ -1,25 +1,27 @@ -nsPrefix: onap -pullPolicy: IfNotPresent -image: - consul: consul:latest - discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:latest - apigateway: nexus3.onap.org:10001/onap/msb/msb_discovery:latest +# Copyright © 2017 Amdocs, Bell Canada +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. -consulClusterIP: 10.43.6.204 -consulPort: 8500 -consulNodePort: 30500 +################################################################# +# Global configuration defaults. +################################################################# +global: + nodePortPrefix: 302 + loggingRepository: docker.elastic.co + loggingImage: beats/filebeat:5.5.0 -discoveryClusterIP: 10.43.6.205 -discoveryPort: 10081 -discoveryNodePort: 30081 -discoveryReplicas: 1 +# application configuration +config: + logstashServiceName: log-ls + logstashPort: 5044 -iagClusterIP: 10.43.6.206 -iagPort: 80 -iagNodePort: 30080 -iagReplicas: 1 - -eagClusterIP: 10.43.6.207 -eagPort: 80 -eagNodePort: 30082 -eagReplicas: 1 \ No newline at end of file