diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-15 16:15:11 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-20 14:18:33 +0100 |
commit | 353a8c92280d3a92133ea077e5160f5b93774556 (patch) | |
tree | 1b3a02a41642cbd846da5e8dafa5d0982f4c7f53 /kubernetes/a1policymanagement/templates/ingress.yaml | |
parent | 8a626708ed05ca337586695b2056441fc6405fec (diff) |
[A1P] Chart Cleanup from TLS/AAF
Update the charts and remove all TLS/AAF related entries
Issue-ID: OOM-3112
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I50dc3aea3360ee0d593942481edcb7ff7b572cbd
Diffstat (limited to 'kubernetes/a1policymanagement/templates/ingress.yaml')
-rw-r--r-- | kubernetes/a1policymanagement/templates/ingress.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/a1policymanagement/templates/ingress.yaml b/kubernetes/a1policymanagement/templates/ingress.yaml new file mode 100644 index 0000000000..bcc60a0953 --- /dev/null +++ b/kubernetes/a1policymanagement/templates/ingress.yaml @@ -0,0 +1,17 @@ +{{/* +# Copyright © 2023 Deutsche Telekom +# +# 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" . }} |