forked from roost-io/chating_app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroost.aps-python-2.config
More file actions
43 lines (27 loc) · 944 Bytes
/
roost.aps-python-2.config
File metadata and controls
43 lines (27 loc) · 944 Bytes
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
build:
type: text
content: >-
#!/bin/sh
docker build -f chat_db/Dockerfile -t chat_db:$GIT_COMMIT_ID chat_db
docker tag chat_db:$GIT_COMMIT_ID chat_db:$ROOST_NAMESPACE
docker build -f chat_front/Dockerfile -t chat_front:$GIT_COMMIT_ID
chat_front
docker tag chat_front:$GIT_COMMIT_ID chat_front:$ROOST_NAMESPACE
docker build -f chat_svc/Dockerfile -t chat_svc:$GIT_COMMIT_ID chat_svc
docker tag chat_svc:$GIT_COMMIT_ID chat_svc:$ROOST_NAMESPACE
# test save
deploy:
type: text
content: >
#/bin/sh
HELM_OPTS="--set
clusterIP=${ROOST_CLUSTER_IP},tag=${ROOST_NAMESPACE},registry=local-registry:5002,namespace=${ROOST_NAMESPACE}"
helm upgrade chating-app ./helm_chart/ -n $ROOST_NAMESPACE
--create-namespace --install $HELM_OPTS
test: []
uninstall:
type: text
content: |+
#!/bin/sh
lastUpdatedBy: Apoorva Singh Gangwar
lastUpdatedOn: 2022-08-05T08:29:55.885Z