-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevspace.yaml
More file actions
executable file
·60 lines (60 loc) · 1.14 KB
/
Copy pathdevspace.yaml
File metadata and controls
executable file
·60 lines (60 loc) · 1.14 KB
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
version: v1beta9
images:
app:
image: razush/gpushareschedulerextender
preferSyncOverRebuild: true
injectRestartHelper: true
appendDockerfileInstructions:
- USER root
build:
docker:
options:
target: build
deployments:
- name: dana-scheduler-extender
helm:
componentChart: true
values:
containers:
- image: razush/gpushareschedulerextender
service:
ports:
- port: 8080
dev:
ports:
- imageName: app
forward:
- port: 8080
open:
- url: http://localhost:8080
sync:
- imageName: app
excludePaths:
- .git/
- .idea/
uploadExcludePaths:
- Dockerfile
- .idea/
- devspace.yaml
onUpload:
restartContainer: true
profiles:
- name: production
patches:
- op: remove
path: images.app.appendDockerfileInstructions
- op: remove
path: images.app.injectRestartHelper
- op: remove
path: images.app.build.docker.options.target
- name: interactive
patches:
- op: add
path: dev.interactive
value:
defaultEnabled: true
- op: add
path: images.app.entrypoint
value:
- sleep
- "9999999999"