diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-05 10:53:13 -0800 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-05 10:53:13 -0800 |
commit | 06db73183c120e1243c630f8960e8fab91b2b6f5 (patch) | |
tree | db891ce24cb5e036b590223e0cbcc36f0b43228c /vnfs/DAaaS/messaging/values.yaml | |
parent | 3dfd3180c0a4d192f4524d74e36d2ba50bffff71 (diff) |
Messaging Service Helm charts package
The packages needed for distributed analytics are separated as
collection, messaging, training, inference and visualization.
Messaging package consists of Kafka Cluster and Topic operators.
Change-Id: I13dbd437b73d49e9d0fff6327111b7b1cf394fd8
Issue-ID: ONAPARC-392
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/messaging/values.yaml')
-rw-r--r-- | vnfs/DAaaS/messaging/values.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vnfs/DAaaS/messaging/values.yaml b/vnfs/DAaaS/messaging/values.yaml new file mode 100644 index 00000000..5872bdf9 --- /dev/null +++ b/vnfs/DAaaS/messaging/values.yaml @@ -0,0 +1,29 @@ +# Copyright © 2019 Intel Corporation +# +# 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: 370 + repository: nexus3.onap.org:10001 + readinessRepository: oomk8s + readinessImage: readiness-check:2.0.0 + loggingRepository: docker.elastic.co + loggingImage: beats/filebeat:5.5.0 + +################################################################# +# k8s Operator Day-0 configuration defaults. +################################################################# + |