aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/templates/ingress.yaml
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2023-02-23 22:24:54 +0000
committerGerrit Code Review <gerrit@onap.org>2023-02-23 22:24:54 +0000
commitf212f12bedbde5141aba654d57ea34d2e0c3547f (patch)
treec378bdd73a223432baef8e18f7ab5bed7f4851f1 /kubernetes/oof/templates/ingress.yaml
parent23f5499dad42a1147b4edbd6d7b6480895d985bc (diff)
parent0fcefb64c2bd0be21f0d20b1d6fa6a4600a51a37 (diff)
Merge "[OOF] Make OOF ServiceMesh compatible"
Diffstat (limited to 'kubernetes/oof/templates/ingress.yaml')
-rw-r--r--kubernetes/oof/templates/ingress.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/oof/templates/ingress.yaml b/kubernetes/oof/templates/ingress.yaml
index 8f87c68f1e..99c7f87970 100644
--- a/kubernetes/oof/templates/ingress.yaml
+++ b/kubernetes/oof/templates/ingress.yaml
@@ -1 +1,19 @@
+{{/*
+# Copyright © 2017 Amdocs, Bell Canada
+# Modifications Copyright © 2018 AT&T,VMware
+# Modifications Copyright (C) 2020 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.
+*/}}
+
{{ include "common.ingress" . }}