-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathche-cluster.yaml
More file actions
38 lines (37 loc) · 856 Bytes
/
che-cluster.yaml
File metadata and controls
38 lines (37 loc) · 856 Bytes
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
apiVersion: org.eclipse.che/v2
kind: CheCluster
metadata:
name: devspaces
namespace: openshift-operators
spec:
components:
cheServer:
debug: false
logLevel: INFO
dashboard:
logLevel: ERROR
metrics:
enable: true
containerRegistry: {}
devEnvironments:
startTimeoutSeconds: 300
secondsOfRunBeforeIdling: -1
maxNumberOfWorkspacesPerUser: -1
containerBuildConfiguration:
openShiftSecurityContextConstraint: container-build
defaultNamespace:
autoProvision: true
template: <username>-devspaces
secondsOfInactivityBeforeIdling: 1800
storage:
pvcStrategy: per-user
gitServices: {}
networking:
auth:
gateway:
kubeRbacProxy:
logLevel: 0
oAuthProxy:
cookieExpireSeconds: 86400
traefik:
logLevel: INFO