aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/keycloak-init/templates/ingress.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-02-07 10:31:05 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2024-02-15 15:24:07 +0100
commit723038ed1a0d58dade5c3da643c92f1ff0063005 (patch)
tree4ad0275b431f49d1603d97a19716db7a163ec4af /kubernetes/platform/components/keycloak-init/templates/ingress.yaml
parentad8e7c7a9b5da7c348d9c1c6a3eda61f49301150 (diff)
[PLATFORM][KEYCLOAK] Update Keycloak instructions and Realm import
Update Keycloak installation instructions to use keycloakx (Quarkus based) and update of REALM import Move the creation of the keycloak-ui ingress setup from helmchart to documentation. Issue-ID: OOM-3267 Change-Id: I3c79b05edd488f60a112590584974ba94a8c71a8 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/platform/components/keycloak-init/templates/ingress.yaml')
-rw-r--r--kubernetes/platform/components/keycloak-init/templates/ingress.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/kubernetes/platform/components/keycloak-init/templates/ingress.yaml b/kubernetes/platform/components/keycloak-init/templates/ingress.yaml
deleted file mode 100644
index 6ca7ceccd3..0000000000
--- a/kubernetes/platform/components/keycloak-init/templates/ingress.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-{{/*
-# ============LICENSE_START=======================================================
-# Copyright (C) 2022 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.
-#
-# SPDX-License-Identifier: Apache-2.0
-# ============LICENSE_END=========================================================
-*/}}
-
-{{ include "common.ingress" . }} \ No newline at end of file