X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmsb%2Fvalues.yaml;h=d9de3fa97e083207daa702ed87f4dd40af402b19;hb=40b120bcf746bb5874a978170f602bf733e456ab;hp=eba66126890e565306a61f61e372e419f8dd7b5e;hpb=5fd21946076a6f9dc53fc63efc11374cb3b2ac81;p=oom.git diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml index eba6612689..d9de3fa97e 100644 --- a/kubernetes/msb/values.yaml +++ b/kubernetes/msb/values.yaml @@ -1,5 +1,28 @@ -consulClusterIP: 10.43.6.204 -discoveryClusterIP: 10.43.6.205 -consulNodePort: 30500 -discoveryNodePort: 30081 -pullPolicy: IfNotPresent \ No newline at end of file +# 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. + +################################################################# +# Global configuration defaults. +################################################################# +global: + nodePortPrefix: 302 + repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== + loggingRepository: docker.elastic.co + loggingImage: beats/filebeat:5.5.0 + +# application configuration +config: + logstashServiceName: log-ls + logstashPort: 5044 +