diff options
author | 2019-03-11 11:48:36 -0700 | |
---|---|---|
committer | 2019-03-11 11:48:36 -0700 | |
commit | e8f7e027283f8630733fb423d834e7d828d0db11 (patch) | |
tree | 0088be6b756fba72b033455f67b417549e182717 /vnfs/DAaaS/training-core/values.yaml | |
parent | 481ddd352817a45f29bbfaad898c7815c1f6e9a0 (diff) |
Training package for distributed analytics
Contains helm charts for M3DB initially.
This package also will consist of other training framework related
helm charts like HDFS, Spark with TF etc.
Change-Id: I67885fa4236f92453477b5cb0d3d79ffe14ff669
Issue-ID: ONAPARC-391
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/training-core/values.yaml')
-rw-r--r-- | vnfs/DAaaS/training-core/values.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vnfs/DAaaS/training-core/values.yaml b/vnfs/DAaaS/training-core/values.yaml new file mode 100644 index 00000000..fd98eb36 --- /dev/null +++ b/vnfs/DAaaS/training-core/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: 310 + 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. +################################################################# + |