From 7625e52e584e41555bb4c082647b203bf3d26631 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Fri, 22 Jan 2021 22:01:50 +0100 Subject: [CPS] Configuration Persistence Service Charts CPS Helm charts added Issue-ID: CPS-7 Co-authored-by: puthuparambil.aditya Co-authored-by: Sylvain Desbureaux Co-authored-by: Bruno Sakoto Signed-off-by: Claudio David Gasparini Signed-off-by: Sylvain Desbureaux Signed-off-by: puthuparambil.aditya Signed-off-by: Bruno Sakoto Change-Id: I027e5e4b3eec78ce889168f8796d55e6f9fd9be6 Signed-off-by: puthuparambil.aditya --- kubernetes/cps/templates/service.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kubernetes/cps/templates/service.yaml (limited to 'kubernetes/cps/templates/service.yaml') diff --git a/kubernetes/cps/templates/service.yaml b/kubernetes/cps/templates/service.yaml new file mode 100644 index 0000000000..bfcaabc178 --- /dev/null +++ b/kubernetes/cps/templates/service.yaml @@ -0,0 +1,17 @@ +{{/* + # Copyright (C) 2021 Pantheon.tech, Orange + # + # 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. + */}} + +{{ include "common.service" . }} -- cgit 1.2.3-korg