diff options
author | 2023-02-27 10:31:01 +0100 | |
---|---|---|
committer | 2023-02-28 20:30:10 +0100 | |
commit | 7479042d780f5c9281c67d141ac61ca0c0c76529 (patch) | |
tree | 6a39f8bad99b53a4339649ed09df01584df3b14c /kubernetes/vnfsdk/templates/ingress.yaml | |
parent | a7eeecb520f5046e490fa3f4cd6bfc52265f9799 (diff) |
[VNFSDK] Make VNFSDK ServiceMesh ready
Disable TLS interface, add job sidecar cleanup and cleanup charts
Fix the deployment.yaml
Issue-ID: OOM-3095
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I88a9b01ecf5e4cbb247346b6b2da1c521199a2fb
Diffstat (limited to 'kubernetes/vnfsdk/templates/ingress.yaml')
-rw-r--r-- | kubernetes/vnfsdk/templates/ingress.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/vnfsdk/templates/ingress.yaml b/kubernetes/vnfsdk/templates/ingress.yaml index 8f87c68f1e..1f6ec7ab0e 100644 --- a/kubernetes/vnfsdk/templates/ingress.yaml +++ b/kubernetes/vnfsdk/templates/ingress.yaml @@ -1 +1,17 @@ +{{/* +# Copyright © 2017 Amdocs, Bell Canada +# +# 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" . }} |