X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmsb%2Fvalues.yaml;h=6d5c9fb08e86cc1e0078b1605c046a234012f125;hb=89c8712edfd066141650d2d60d7cb600aea71c51;hp=7c1b16b8dc859f075a07ee5d1e1b5f95ef387bf8;hpb=6b51b5af8bcb94fe852ff0dcd90ed6530f919699;p=oom.git diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml index 7c1b16b8dc..6d5c9fb08e 100644 --- a/kubernetes/msb/values.yaml +++ b/kubernetes/msb/values.yaml @@ -1,21 +1,27 @@ -nsPrefix: onap -pullPolicy: IfNotPresent -image: - consul: consul:0.9.3 - discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:1.0.0 - apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.0.0 +# 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. -consulPort: 8500 -consulNodePort: 30500 +################################################################# +# Global configuration defaults. +################################################################# +global: + nodePortPrefix: 302 + loggingRepository: docker.elastic.co + loggingImage: beats/filebeat:5.5.0 -discoveryPort: 10081 -discoveryNodePort: 30081 -discoveryReplicas: 1 +# application configuration +config: + logstashServiceName: log-ls + logstashPort: 5044 -iagPort: 80 -iagNodePort: 30080 -iagReplicas: 1 - -eagPort: 80 -eagNodePort: 30082 -eagReplicas: 1