File tree Expand file tree Collapse file tree 7 files changed +28
-35
lines changed Expand file tree Collapse file tree 7 files changed +28
-35
lines changed Original file line number Diff line number Diff line change 1
- .git
2
- .github
3
- .vscode
1
+ // Ignore all other files and folders
2
+ **
3
+
4
+ // Synch chart folders
5
+ !api/chart
6
+ !catalog/chart
7
+ !frontend/chart
8
+ !kafka
9
+ !mongodb
10
+ !postgresql
11
+ !rent/chart
12
+ !worker/chart
13
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
name : frontend
18
18
port :
19
19
number : 80
20
- - path : /admin
21
- pathType : Prefix
22
- backend :
23
- service :
24
- name : frontend
25
- port :
26
- number : 80
Original file line number Diff line number Diff line change
1
+ deploy :
2
+ - name : Deploy Kafka
3
+ command : helm upgrade --install kafka oci://registry-1.docker.io/bitnamicharts/kafka -f values.yml --version 26.8.3
Original file line number Diff line number Diff line change
1
+ deploy :
2
+ - name : Deploy MongoDB
3
+ command : helm upgrade --install mongodb oci://registry-1.docker.io/bitnamicharts/mongodb -f values.yml --version 13.18.5
Original file line number Diff line number Diff line change @@ -3,31 +3,22 @@ icon: https://apps.okteto.com/movies/icon.png
3
3
build :
4
4
frontend :
5
5
context : frontend
6
- frontend-dev :
7
- context : frontend
8
- target : dev
9
6
catalog :
10
7
context : catalog
11
8
rent :
12
9
context : rent
13
10
api :
14
11
context : api
15
- api-dev :
16
- context : api
17
- target : dev
18
12
worker :
19
13
context : worker
20
- worker-dev :
21
- context : worker
22
- target : dev
23
14
24
15
deploy :
25
16
- name : Deploy PostgreSQL
26
- command : helm upgrade --install postgresql oci://registry-1.docker.io/bitnamicharts/postgresql - f postgresql/values.yml --version 13.4.4
17
+ command : okteto deploy - f postgresql/okteto.yaml
27
18
- name : Deploy Kafka
28
- command : helm upgrade --install kafka oci://registry-1.docker.io/bitnamicharts/kafka - f kafka/values.yml --version 26.8.3
19
+ command : okteto deploy - f kafka/okteto.yaml
29
20
- name : Deploy MongoDB
30
- command : helm upgrade --install mongodb oci://registry-1.docker.io/bitnamicharts/mongodb - f mongodb/values.yml --version 13.18.5
21
+ command : okteto deploy - f mongodb/okteto.yaml
31
22
- name : Deploy Frontend
32
23
command : helm upgrade --install frontend frontend/chart --set image=${OKTETO_BUILD_FRONTEND_IMAGE}
33
24
- name : Deploy Catalog
@@ -41,7 +32,7 @@ deploy:
41
32
42
33
dev :
43
34
frontend :
44
- image : ${OKTETO_BUILD_FRONTEND_DEV_IMAGE}
35
+ image : okteto/node:20
45
36
command : bash
46
37
sync :
47
38
- frontend:/usr/src/app
60
51
forward :
61
52
- 5005:5005
62
53
api :
63
- image : ${OKTETO_BUILD_API_DEV_IMAGE}
54
+ image : okteto/golang:1.22
64
55
command : bash
65
56
securityContext :
66
57
capabilities :
71
62
forward :
72
63
- 2346:2345
73
64
worker :
74
- image : ${OKTETO_BUILD_WORKER_DEV_IMAGE}
65
+ image : okteto/golang:1.22
75
66
command : bash
76
67
securityContext :
77
68
capabilities :
Original file line number Diff line number Diff line change
1
+ deploy :
2
+ - name : Deploy PostgreSQL
3
+ command : helm upgrade --install postgresql oci://registry-1.docker.io/bitnamicharts/postgresql -f values.yml --version 13.4.4
You can’t perform that action at this time.
0 commit comments