aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/nbi
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-05 09:22:47 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-05 09:22:47 +0200
commit7ebb329f6eb6c17f743b739b8aab84529c5fa39c (patch)
tree9c12a49b52c4568986660563722579d8fb84f44f /kubernetes/nbi
parent32c2ebb4a84e4cc9ae6b31a45d3f2a103cf9d8a6 (diff)
[NBI] add missing ingress template
ingress template is needed to create ingress. Issue-ID: OOM-2172 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I176f70600918def3d1fc43d9fdb35ca8d29653de
Diffstat (limited to 'kubernetes/nbi')
-rw-r--r--kubernetes/nbi/templates/ingress.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/nbi/templates/ingress.yaml b/kubernetes/nbi/templates/ingress.yaml
new file mode 100644
index 0000000000..0cd8cfbd36
--- /dev/null
+++ b/kubernetes/nbi/templates/ingress.yaml
@@ -0,0 +1,15 @@
+# Copyright © 2020 Samsung, 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.ingress" . }}