-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathdevspaces-instance.yaml
More file actions
43 lines (43 loc) · 978 Bytes
/
devspaces-instance.yaml
File metadata and controls
43 lines (43 loc) · 978 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
38
39
40
41
42
43
apiVersion: org.eclipse.che/v2
kind: CheCluster
metadata:
name: devspaces
labels:
{{- include "devspaces.labels" . | nindent 4 }}
spec:
devEnvironments:
defaultEditor: che-incubator/che-code/insiders
defaultNamespace:
template: <username>-devspaces
secondsOfInactivityBeforeIdling: -1
secondsOfRunBeforeIdling: -1
storage:
pvcStrategy: per-user
components:
cheServer:
debug: false
logLevel: INFO
dashboard: {}
database:
credentialsSecretName: postgres-credentials
externalDb: false
postgresDb: dbche
postgresHostName: postgres
postgresPort: "5432"
pvc:
claimSize: 1Gi
devWorkspace: {}
devfileRegistry: {}
imagePuller:
enable: false
spec: {}
metrics:
enable: true
pluginRegistry: {}
containerRegistry: {}
networking:
auth:
gateway:
configLabels:
app: che
component: che-gateway-config