diff options
author | 2023-02-17 07:47:55 +0000 | |
---|---|---|
committer | 2023-02-17 18:59:01 +0000 | |
commit | 7009bc0f98304fe90aa10549eaeeb5ae50204fbb (patch) | |
tree | 37221bd84486308fc16bb930d9e07ae42d03dcee /kubernetes/cli/templates/ingress.yaml | |
parent | 3afce3d632a64c5f29056e069c296782795553a5 (diff) |
[CLI] Remove aaf dependency
Remove aaf dependency from CLI
Remove NodePort from CLI
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ia9f4f3417aff502a195a5849fe2e56243ba9c54b
Issue-ID: OOM-3096
Diffstat (limited to 'kubernetes/cli/templates/ingress.yaml')
-rw-r--r-- | kubernetes/cli/templates/ingress.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/cli/templates/ingress.yaml b/kubernetes/cli/templates/ingress.yaml index 8f87c68f1e..0deb6ce481 100644 --- a/kubernetes/cli/templates/ingress.yaml +++ b/kubernetes/cli/templates/ingress.yaml @@ -1 +1,16 @@ +{{/* +# Modifications Copyright © 2023 Nordix Foundation +# +# 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" . }} |