-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdso-values-dev.yaml
51 lines (49 loc) · 1019 Bytes
/
dso-values-dev.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
global:
env:
NODE_ENV: development
server:
image:
repository: dso-console/server
tag: dev
pullPolicy: Never
# startupProbe:
# enabled: false
# readinessProbe:
# enabled: false
# livenessProbe:
# enabled: false
env:
CI: "false"
KEYCLOAK_DOMAIN: dso-cpn-keycloak
extraVolumes:
- name: dev-workspace
path: /app/apps/server/src
type: hostPath
- name: dev-plugins
path: /plugins
type: hostPath
extraVolumeMounts:
- name: dev-workspace
mountPath: /app/apps/server/src
- name: dev-plugins
mountPath: /plugins
client:
image:
repository: dso-console/client
tag: dev
pullPolicy: Never
# startupProbe:
# enabled: false
# readinessProbe:
# enabled: false
# livenessProbe:
# enabled: false
env:
CI: "false"
extraVolumes:
- name: dev-workspace
path: /app/apps/client/src
type: hostPath
extraVolumeMounts:
- name: dev-workspace
mountPath: /app/apps/client/src