Andreas Geissler | b784da4 | 2022-10-07 13:09:41 +0200 | [diff] [blame] | 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 | |
Andreas Geissler | dce54c8 | 2023-03-20 13:07:32 +0100 | [diff] [blame] | 22 | KEYCLOAK_URL: &kc-url "https://keycloak-ui.simpledemo.onap.org/auth/" |
| 23 | PORTAL_URL: "https://portal-ui.simpledemo.onap.org" |
| 24 | |
Andreas Geissler | 784322d | 2022-08-25 12:28:38 +0200 | [diff] [blame] | 25 | onap-keycloak-config-cli: |
Andreas Geissler | 723038e | 2024-02-07 10:31:05 +0100 | [diff] [blame] | 26 | image: |
| 27 | pullSecrets: |
| 28 | - name: onap-docker-registry-key |
Andreas Geissler | b784da4 | 2022-10-07 13:09:41 +0200 | [diff] [blame] | 29 | #existingSecret: "keycloak-keycloakx-admin-creds" |
| 30 | env: |
Andreas Geissler | 723038e | 2024-02-07 10:31:05 +0100 | [diff] [blame] | 31 | KEYCLOAK_URL: http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/ |
Andreas Geissler | dce54c8 | 2023-03-20 13:07:32 +0100 | [diff] [blame] | 32 | KEYCLOAK_SSLVERIFY: "false" |
| 33 | KEYCLOAK_AVAILABILITYCHECK_ENABLED: "true" |
Andreas Geissler | b784da4 | 2022-10-07 13:09:41 +0200 | [diff] [blame] | 34 | secrets: |
| 35 | KEYCLOAK_PASSWORD: secret |
Andreas Geissler | dce54c8 | 2023-03-20 13:07:32 +0100 | [diff] [blame] | 36 | existingConfigSecret: "keycloak-config-cli-config-realms" |
Andreas Geissler | b784da4 | 2022-10-07 13:09:41 +0200 | [diff] [blame] | 37 | |
Andreas Geissler | b784da4 | 2022-10-07 13:09:41 +0200 | [diff] [blame] | 38 | serviceAccount: |
| 39 | nameOverride: keycloak-init |
| 40 | roles: |
| 41 | - read |