X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmsb%2Fvalues.yaml;h=27fc008a5a73afce8186a73e7675955c7477e449;hb=ecae12ede2c6f88bd69f02499dc3c361c77f3516;hp=8c1533887e510339ce9ef967f5ddf57e6bc8107d;hpb=017d2ed22a0775d1c9637a355e050bf51108a9ed;p=oom.git diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml index 8c1533887e..27fc008a5a 100644 --- a/kubernetes/msb/values.yaml +++ b/kubernetes/msb/values.yaml @@ -1,23 +1,28 @@ -nsPrefix: onap -pullPolicy: IfNotPresent -image: - consul: consul:0.9.3 - discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:1.0.0-STAGING-latest - apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.0.0-STAGING-latest +# Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 ZTE +# +# 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 -# Should remove cluster IP after domain name is supported by API gateway -discoveryClusterIP: 10.43.6.205 -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