forked from koderover/zadig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaslan-debug.yaml
40 lines (40 loc) · 860 Bytes
/
aslan-debug.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
name: aslan
serviceType: deployment
containers:
- name: aslan
dev:
gitUrl: ""
image: koderover.tencentcloudcr.com/test/golang-debug:latest
shell: bash
workDir: /home/petrus/Project/koderover/zadig
storageClass: ""
resources:
limits:
memory: 2048Mi
cpu: "2"
requests:
memory: 512Mi
cpu: "0.5"
persistentVolumeDirs: []
command:
run:
- ./debug/run.sh
- aslan
debug:
- ./debug/debug.sh
- aslan
debug:
remoteDebugPort: 9009
language: go
hotReload: false
sync:
type: send
mode: pattern
deleteProtection: true
filePattern:
- ./
ignoreFilePattern:
- .git
env: []
portForward:
- 9009:9009