diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-05 12:53:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-05 12:53:08 +0000 |
commit | 7f846015ae3169f27da58f1d800436c3389d68aa (patch) | |
tree | 2eeb8e60ebc0f45f8b80ef453068f49448a155ed /kubernetes | |
parent | 25e237a40457559a2f69fca1e2df5016ddc2a559 (diff) | |
parent | 7ebb329f6eb6c17f743b739b8aab84529c5fa39c (diff) |
Merge "[NBI] add missing ingress template"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/nbi/templates/ingress.yaml | 15 |
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" . }} |