diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-20 17:56:12 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-20 17:57:38 +0100 |
commit | c20e4dcc49a37d645e66d211e12891280f9aa4cc (patch) | |
tree | 104459a998bed5c2fc2fb38aaffc6aecc31d0a2f /kubernetes/uui/components/uui-nlp/templates/ingress.yaml | |
parent | 0879dfcaad420fcc7a6adc77b2b9c72b9522e3cb (diff) |
[UUI] Cleanup Helmcharts from TLS/AAF
Cleanup charts and remove AAF options
Issue-ID: OOM-3123
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I0c67789bcae2187fef424edfca7eabb3e8625b30
Diffstat (limited to 'kubernetes/uui/components/uui-nlp/templates/ingress.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-nlp/templates/ingress.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/uui/components/uui-nlp/templates/ingress.yaml b/kubernetes/uui/components/uui-nlp/templates/ingress.yaml index 8f87c68f1e..1471cb1d75 100644 --- a/kubernetes/uui/components/uui-nlp/templates/ingress.yaml +++ b/kubernetes/uui/components/uui-nlp/templates/ingress.yaml @@ -1 +1,17 @@ +{{/* +# Copyright © 2023 Huawei Technologies Co., Ltd. All rights reserved. +# +# 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" . }} |