summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-06-16 06:34:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-06-16 06:34:34 +0000
commitf11d35a6320c98785c6c2ec2a84c8a2988a4b732 (patch)
tree328191ddc549754705f781c171cc85e5d93e925d /kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml
parent38634d6ef44d9d4954e553445451992e33c1f2f5 (diff)
parentce758f8644f35ff4b85b96ff5a215d9839bab81e (diff)
Merge "[DCAEGEN2] Deploy DCAEGEN2-Slice Analysis Microservices to Helm"
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml')
-rw-r--r--kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml
new file mode 100644
index 0000000000..02b5df8135
--- /dev/null
+++ b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/templates/deployment.yaml
@@ -0,0 +1,20 @@
+{{/*
+#============LICENSE_START========================================================
+# ================================================================================
+# Copyright (c) 2021 Wipro Limited.
+# ================================================================================
+# 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=========================================================
+*/}}
+
+{{ include "dcaegen2-services-common.microserviceDeployment" . }}