diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-13 13:02:44 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-13 17:02:10 +0100 |
commit | 54f3d17790740f7c249318de2ae832c54b90ae0a (patch) | |
tree | 9305355933258007bdd2284b99144ea98f8dbf2a /kubernetes/holmes/components/holmes-rule-mgmt/templates | |
parent | 435ab1f76147c84d622fa1d907341cf7f811c247 (diff) |
[HOLMES] Add missing Ingress definition
Holmes rule management requires an Ingress definition
Issue-ID: OOM-3101
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I56fb1570ec1416dde70d6ea43b03135f87876a1b
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/templates')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/templates/ingress.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/templates/ingress.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/templates/ingress.yaml new file mode 100644 index 0000000000..bcc60a0953 --- /dev/null +++ b/kubernetes/holmes/components/holmes-rule-mgmt/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" . }} |