blob: 7eecf195f756431e3d407311199bb56893045910 [file] [log] [blame]
Andreas Geisslerb784da42022-10-07 13:09:41 +02001# Copyright © 2022, Deutsche Telekom
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15global:
16 # Global ingress configuration
17 ingress:
18 enabled: false
19 virtualhost:
20 baseurl: "simpledemo.onap.org"
21
Andreas Geisslerdce54c82023-03-20 13:07:32 +010022KEYCLOAK_URL: &kc-url "https://keycloak-ui.simpledemo.onap.org/auth/"
23PORTAL_URL: "https://portal-ui.simpledemo.onap.org"
24
Andreas Geisslerb784da42022-10-07 13:09:41 +020025keycloak-config-cli:
26 #existingSecret: "keycloak-keycloakx-admin-creds"
27 env:
28 KEYCLOAK_URL: http://keycloak-http.keycloak.svc.cluster.local/auth/
Andreas Geisslerdce54c82023-03-20 13:07:32 +010029 KEYCLOAK_SSLVERIFY: "false"
30 KEYCLOAK_AVAILABILITYCHECK_ENABLED: "true"
Andreas Geisslerb784da42022-10-07 13:09:41 +020031 secrets:
32 KEYCLOAK_PASSWORD: secret
Andreas Geisslerdce54c82023-03-20 13:07:32 +010033 existingConfigSecret: "keycloak-config-cli-config-realms"
Andreas Geisslerb784da42022-10-07 13:09:41 +020034
35ingress:
36 service:
37 - baseaddr: "keycloak-ui"
38 name: "keycloak-http.keycloak.svc.cluster.local"
39 path: "/auth"
40 port: 80
41 # If `true`, an Ingress is created
42 enabled: false
43 config:
44 ssl: "redirect"
45
46serviceAccount:
47 nameOverride: keycloak-init
48 roles:
49 - read