-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathconfig.yaml
34 lines (34 loc) · 906 Bytes
/
config.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
name: horizon-core
serviceType: deployment
containers:
- name: core
dev:
gitUrl: ""
image: horizoncd/go-dlv:v2.0.0
sidecarImage: horizoncd/nocalhost-sidecar:syncthing
# aliyun registry for domestic developer
# image: registry.cn-hangzhou.aliyuncs.com/horizoncd/go-dlv:v2.0.0
# sidecarImage: registry.cn-hangzhou.aliyuncs.com/horizoncd/nocalhost-sidecar:syncthing
shell: ""
workDir: "/home/appops"
storageClass: ""
persistentVolumeDirs: []
command:
run:
- .nocalhost/run.sh
debug:
- .nocalhost/debug.sh
debug:
remoteDebugPort: 9009
hotReload: false
sync:
type: "send"
mode: "pattern"
filePattern: []
ignoreFilePattern:
- "./build"
- "./db"
- "./mock"
- "./openapi"
env: []
portForward: []