diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-26 23:40:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-26 23:40:53 +0000 |
commit | c3c16ce67fd923371c1c3e55d303df378faac62d (patch) | |
tree | fcb795cfd1ae823f458bbf48da52c8633e3f01a7 /components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml | |
parent | 0ed6da3cad17dc568d5b140530964e996f2ed822 (diff) | |
parent | fdbe7434b8d9287223bc642cb5413f5eb0ed90d8 (diff) |
Merge "Helm and blueprint implementation of datalake"
Diffstat (limited to 'components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml')
-rw-r--r-- | components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml b/components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml new file mode 100644 index 00000000..c343f9c7 --- /dev/null +++ b/components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml @@ -0,0 +1,24 @@ +# ============LICENSE_START========================================== +# =================================================================== +# Copyright (c) 2020 QCT +# +# 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. +#============LICENSE_END============================================ + +tiller-server-ip: 10.103.11.87 +tiller-server-port: 31867 +namespace: onap +chart-repo-url: http://10.103.11.87:8879/charts +stable-repo-url: http://127.0.0.1:8879 +chart-version: 1.0.0 +component-name: dcae-datalake |