-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvalues-ocp-no-aws.yaml
89 lines (79 loc) · 1.75 KB
/
values-ocp-no-aws.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
appDomain: change-me
ingress:
className: openshift-default
storage:
type: filesystem
size: 32Gi
database:
host: infrastructure-postgresql
port: "5432"
name: trustify
username: trustify
password: trustify1234
createDatabase:
name: postgres
username: postgres
password:
valueFrom:
secretKeyRef:
name: infrastructure-postgresql
key: postgres-password
migrateDatabase:
username: postgres
password:
valueFrom:
secretKeyRef:
name: infrastructure-postgresql
key: postgres-password
modules:
createDatabase:
enabled: true
migrateDatabase:
enabled: true
## Infrastructure Charts
keycloak:
enabled: true
resourcesPreset: large
production: true
proxy: reencrypt
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
auth:
adminUser: admin
adminPassword: admin123456 # notsecret
tls:
enabled: true
existingSecret: sso-tls
usePem: true
service:
annotations:
service.beta.openshift.io/serving-cert-secret-name: sso-tls
ingress:
enabled: true
ingressClassName: openshift-default
servicePort: https
annotations:
route.openshift.io/termination: reencrypt
postgresql:
primary:
resourcesPreset: large
containerSecurityContext:
enabled: false
podSecurityContext:
enabled: false
postgresql:
enabled: false # see remark in Chart.yaml
oidc:
clients:
frontend: { }
cli:
clientSecret:
value: 5460cc91-4e20-4edd-881c-b15b169f8a79 # notsecret
testingUser:
clientSecret:
value: 0e6bf990-43b4-4efb-95d7-b24f2b94a525 # notsecret
testingManager:
clientSecret:
value: ca48053c-3b82-4650-a98d-4cace7f2d567 # notsecret