-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeycloak.yaml
37 lines (36 loc) · 870 Bytes
/
keycloak.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
global:
storageClass: standard
postgresql:
enabled: false
# auth:
# password: jfKEFOEwyF
# postgresPassword: jfKEFOEwyF
ingress:
enabled: true
ingressClassName: nginx
hostname: keycloak-dev.pcdacs.local
adminIngress:
enabled: true
ingressClassName: nginx
hostname: keycloak-admin-dev.pcdacs.local
auth:
adminUser: admin
adminPassword: jfKEFOEwyF
# non funziona
# keycloakConfigCli:
# enabled: true
# configuration:
# master.json: |
# {
# "realm" : "master",
# "attributes": {
# "frontendUrl": "https://keycloak-admin.local"
# }
# }
# valori per riutilizzare il postgres che già abbiamo, cancellare global.postgresql.auth e mettere global.postgresql.enabled=false
externalDatabase:
host: "10.2.0.11"
port: 5432
user: postgres
password: password
database: keycloak