forked from trustification/trustification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
staging.yaml
287 lines (287 loc) · 6.64 KB
/
staging.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
release: c1dd7d38b5b672ef5f4b342b31b783b159178cb0
trustImage: ghcr.io/trustification/trust
uiImage: ghcr.io/trustification/trust
docsImage: ghcr.io/trustification/trust-docs
testsImage: ghcr.io/trustification/trust-tests
guacImage: ghcr.io/trustification/guac:v0.3.32
domain: staging.trustification.dev
replicas: 1
imagePullPolicy: IfNotPresent
region: eu-west-1
enableTests: true
createRoutes: true
enableMonitoring: true
enableDocs: true
config:
enabled: true
name: trustification-config
authentication: trustification.dev/config/staging/auth.yaml
collectorist: trustification.dev/config/staging/collectorist.yaml
default:
routeAnnotations:
"haproxy.router.openshift.io/hsts_header": "max-age=31536000;includeSubDomains;preload"
spog:
crdaUrl: https://rhda.rhcloud.com/
branding: true
ui:
customize: false
segmentWriteKey:
valueFrom:
secretKeyRef:
name: segment-write-keys
key: spogUi
resources:
requests:
cpu: "100m"
memory: "64Mi"
limits:
memory: "64Mi"
api:
tracing: "enabled"
segmentWriteKey:
valueFrom:
secretKeyRef:
name: segment-write-keys
key: spogApi
snyk:
credentials: snyk-collector-secret
resources:
requests:
cpu: "100m"
memory: "512Mi"
limits:
memory: "512Mi"
bombastic:
bucket: bombastic-staging
credentials: bombastic-credentials-secret
indexMode: file
collector:
enabled: true
schedule: "0 * * * *"
resources:
requests:
cpu: "100m"
memory: "4Gi"
limits:
cpu: "1"
memory: "4Gi"
indexer:
topics:
stored: sbom-stored-staging
indexed: sbom-indexed-staging
failed: sbom-failed-staging
indexSyncInterval: 1m
resources:
requests:
cpu: "100m"
memory: "4Gi"
limits:
memory: "4Gi"
walker:
enabled: true
suspend: true
schedule: "0 * * * *"
source: "https://access.redhat.com/security/data/sbom/beta/"
signingKey: "https://access.redhat.com/security/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4"
resources:
requests:
cpu: "100m"
memory: "2Gi"
limits:
memory: "2Gi"
api:
tracing: "enabled"
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
memory: "1Gi"
vexination:
bucket: vexination-staging
credentials: vexination-credentials-secret
indexMode: file
collector:
enabled: true
schedule: "30 * * * *"
resources:
requests:
cpu: "100m"
memory: "4Gi"
limits:
cpu: "1"
memory: "4Gi"
indexer:
topics:
stored: vex-stored-staging
indexed: vex-indexed-staging
failed: vex-failed-staging
indexSyncInterval: 1m
resources:
requests:
cpu: "100m"
memory: "2Gi"
limits:
memory: "2Gi"
api:
tracing: "enabled"
resources:
requests:
cpu: "100m"
memory: "1Gi"
limits:
memory: "1Gi"
walker:
enabled: true
suspend: true
schedule: "0 * * * *"
source: https://www.redhat.com/.well-known/csaf/provider-metadata.json
ignore: https://access.redhat.com/security/data/csaf/v2/advisories/
resources:
requests:
cpu: "100m"
memory: "2Gi"
limits:
memory: "2Gi"
collectorist:
enabled: false
api:
resources:
collector:
osv:
enabled: false
resources:
snyk:
enabled: false
credentials: snyk-collector-secret
resources:
v11y:
enabled: true
bucket: v11y-staging
credentials: v11y-credentials-secret
indexMode: file
api:
tracing: "enabled"
resources:
indexer:
topics:
stored: v11y-stored-staging
indexed: v11y-indexed-staging
failed: v11y-failed-staging
indexSyncInterval: 30m
resources:
requests:
cpu: "100m"
memory: "2Gi"
limits:
memory: "2Gi"
walker:
enabled: true
resources:
requests:
cpu: "100m"
memory: "256Mi"
limits:
memory: "512Mi"
exhort:
enabled: true
api:
resources:
keycloakRealm:
redirectUris:
- http://localhost:*
- https://staging.trustification.dev
- https://staging.trustification.dev/*
- https://sbom.staging.trustification.dev
- https://sbom.staging.trustification.dev/*
- https://vex.staging.trustification.dev
- https://vex.staging.trustification.dev/*
- https://trustification-*-preview.surge.sh
- https://trustification-*-preview.surge.sh/*
oidcClients:
frontend:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientId:
value: frontend
walker:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientSecret:
valueFrom:
secretKeyRef:
name: oidc-client-walker
key: client-secret
testingManager:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientSecret:
valueFrom:
secretKeyRef:
name: oidc-client-testing-manager
key: client-secret
testingUser:
issuerUrl: https://sso.staging.trustification.dev/realms/chicken
clientSecret:
valueFrom:
secretKeyRef:
name: oidc-client-testing-user
key: client-secret
guac:
enabled: true
database:
enabled: true
image: docker.io/library/postgres:15
initJob: {}
graphql:
debug: true
affinity:
# tie to the zone of the RDS database
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: topology.kubernetes.io/zone
operator: In
values:
- eu-west-1c
resources:
requests:
cpu: "100m"
memory: "2Gi"
limits:
cpu: "2"
memory: "2Gi"
keycloak:
enabled: true
production: true
proxy: reencrypt
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
auth:
adminUser: admin
existingSecret: sso-admin
passwordSecretKey: password
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
hostname: sso.staging.trustification.dev
servicePort: https
annotations:
route.openshift.io/termination: reencrypt
postgresql:
primary:
containerSecurityContext:
enabled: false
podSecurityContext:
enabled: false
auth:
existingSecret: sso-postgres
dataset:
enabled: true