diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-11 11:42:11 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-03-11 11:42:11 -0700 |
commit | 481ddd352817a45f29bbfaad898c7815c1f6e9a0 (patch) | |
tree | 62e5ad7cdce58a08a25ccc255eaf6d10d7eaaef0 /vnfs/DAaaS/operator/values.yaml | |
parent | 6d7c9539bb348af48f6c3d109c46f6f22d927be0 (diff) |
Operator pacakge for Distributed Analytics
Created the operator helm charts in separate
package which consists of multiple kubernetes operators.
Change-Id: I38e3fafae65b655de1accec05082d0afaed1d688
Issue-ID: ONAPARC-366
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/operator/values.yaml')
-rw-r--r-- | vnfs/DAaaS/operator/values.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vnfs/DAaaS/operator/values.yaml b/vnfs/DAaaS/operator/values.yaml new file mode 100644 index 00000000..fd98eb36 --- /dev/null +++ b/vnfs/DAaaS/operator/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. +################################################################# + |