[PLATFORM] Add Keycloak ONAP REALM import
[oom.git] / kubernetes / platform / components / keycloak-init / values.yaml
1 # 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
15 global:
16   # Global ingress configuration
17   ingress:
18     enabled: false
19     virtualhost:
20       baseurl: "simpledemo.onap.org"
21
22 keycloak-config-cli:
23   #existingSecret: "keycloak-keycloakx-admin-creds"
24   env:
25     KEYCLOAK_URL: http://keycloak-http.keycloak.svc.cluster.local/auth/
26   secrets:
27     KEYCLOAK_PASSWORD: secret
28   config:
29     onap:
30       file: resources/realm/onap-realm.json
31
32 ingress:
33   service:
34     - baseaddr: "keycloak-ui"
35       name: "keycloak-http.keycloak.svc.cluster.local"
36       path: "/auth"
37       port: 80
38   # If `true`, an Ingress is created
39   enabled: false
40   config:
41     ssl: "redirect"
42
43 serviceAccount:
44   nameOverride: keycloak-init
45   roles:
46     - read