diff options
Diffstat (limited to 'dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web-inputs.yaml')
-rw-r--r-- | dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web-inputs.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web-inputs.yaml b/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web-inputs.yaml new file mode 100644 index 0000000..042f530 --- /dev/null +++ b/dcae-analytics/dcae-analytics-tca-web/dpo/blueprint/k8s-tca-gen2-web-inputs.yaml @@ -0,0 +1,23 @@ +# ============LICENSE_START==================================================== +# ============================================================================= +# Copyright (C) 2019 IBM +# ============================================================================= +# 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====================================================== + +tag_version: 'nexus.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:3.0.0-SNAPSHOT' +service_name: 'dcae-analytics-tca-gen2' +replicas: 1 +tca_handle_in_subscribe_url: "message-router.onap.svc.cluster.local" +tca_handle_out_publish_url: "message-router.onap.svc.cluster.local" +log_directory: "/var/log/ONAP/dcaegen2/analytics/tca-gen2" |