forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
57 lines (57 loc) · 1.31 KB
/
.gitpod.yml
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
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-core-dev-kubeconfig.5
workspaceLocation: gitpod/gitpod-ws.code-workspace
checkoutLocation: gitpod
ports:
- port: 1337
onOpen: open-preview
- port: 3000
onOpen: ignore
- port: 3001
onOpen: ignore
- port: 3306
onOpen: ignore
- port: 4000
onOpen: ignore
- port: 5900
onOpen: ignore
visibility: private
- port: 6080
onOpen: ignore
visibility: private
- port: 9229
onOpen: ignore
# Go proxy
- port: 9999
onOpen: ignore
- port: 13001
onOpen: ignore
# Werft
- port: 7777
onOpen: ignore
# Dev Theia
- port: 13444
# qemu
- port: 2222
onOpen: ignore
- port: 1234
onOpen: ignore
tasks:
- name: Prepare Agent Smith BPF dev environment
command: leeway run components/ee/agent-smith:qemu
- before: scripts/branch-namespace.sh
init: yarn --network-timeout 100000 && yarn build
- name: Go
init: leeway exec --filter-type go -v -- go mod verify
openMode: split-right
vscode:
extensions:
- bajdzis.vscode-database
- bradlc.vscode-tailwindcss
- EditorConfig.EditorConfig
- golang.go
- hashicorp.terraform
- ms-azuretools.vscode-docker
- ms-kubernetes-tools.vscode-kubernetes-tools
- stkb.rewrap
- zxh404.vscode-proto3
- matthewpi.caddyfile-support