This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keycloak-openshiftio-values.yaml
68 lines (65 loc) · 2.55 KB
/
keycloak-openshiftio-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Extra values for running on RedHat's clusters
# Using KeyCloak authentication
auth: keycloak
# Settings for the application runtime (what to run and how to run it)
application:
# Resource limits
resources:
requests:
cpu: 10m
memory: 768Mi
limits:
cpu: 1000m
memory: 2G
# Configure this section when .auth==keycloak
# Settings for KeyCloak authentication. Set its values when using KeyCloak authentication. This will then be used for
# both OpenShift and the selected Git provider.
keycloak:
# The URL (with the /auth part) of a Keycloak installation to perform SSO authentication against.
url: "https://sso.openshift.io/auth"
# The keycloak realm to be used. Optional.
realm: "rh-developers-launch"
# The keycloak client id to be used in the frontend.
clientId: "openshift-io"
# Defines the list of available OpenShift clusters. It's a list of:
# - id: some-cluster-id
# name: "Human readable name of the cluster"
# apiUrl: https://api.starter-us-east-1.openshift.com
# consoleUrl: https://console.starter-us-east-1.openshift.com
# type: "starter" or "pro"
clusters:
- id: starter-us-east-1
name: "Starter: US East (Virginia)"
apiUrl: https://api.starter-us-east-1.openshift.com
consoleUrl: https://console.starter-us-east-1.openshift.com
type: starter
- id: starter-us-west-1
name: "Starter: US West (California)"
apiUrl: https://api.starter-us-west-1.openshift.com
consoleUrl: https://console.starter-us-west-1.openshift.com
type: starter
- id: starter-us-west-2
name: "Starter: US West (Oregon)"
apiUrl: https://api.starter-us-west-2.openshift.com
consoleUrl: https://console.starter-us-west-2.openshift.com
type: starter
- id: starter-ca-central-1
name: "Starter: Canada (Central)"
apiUrl: https://api.starter-ca-central-1.openshift.com
consoleUrl: https://console.starter-ca-central-1.openshift.com
type: starter
- id: pro-us-east-1
name: "Pro: US East (N. Virginia)"
apiUrl: https://api.pro-us-east-1.openshift.com
consoleUrl: https://console.pro-us-east-1.openshift.com
type: pro
- id: pro-eu-west-1
name: "Pro: EU West (Ireland)"
apiUrl: https://api.pro-eu-west-1.openshift.com
consoleUrl: https://console.pro-eu-west-1.openshift.com
type: pro
- id: pro-ap-southeast-2
name: "Pro: Asia Pacific (Sydney)"
apiUrl: https://api.pro-ap-southeast-2.openshift.com
consoleUrl: https://console.pro-ap-southeast-2.openshift.com
type: pro