-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroost.priyanshi-test.config
89 lines (68 loc) · 1.38 KB
/
roost.priyanshi-test.config
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
TF_Content: |-
#!/bin/sh
terraform init
terraform apply --auto-approve
lllllll
TF_Repo:
key: Voter-ui-Roost-app
title: Priyanshii677/Voter-ui-Roost-app
owner: Priyanshii677
default_branch: main
id: 517294031
TF_Branch: main
TF_Git_path: ''
TF_Uninstall: |-
#!/bin/sh
terraform destroy
app_dependencies:
type: text
content: |-
#!/bin/sh
kkk
change
pp
pppp
ppppppppppp
# make all
# docker build
app_deploy:
type: text
content: |+
#/bin/sh
<<'###'
Sample Deploy Instructions
HELM_OPTS="--set clusterIP=${ROOST_CLUSTER_IP},tag=${ROOST_NAMESPACE},namespace=${ROOST_NAMESPACE}"
helm install <helm-folder> -n <ns> $HELM_OPTS
kubectl apply -f <file>.yaml
###
app_test:
- name: ''
configType: artillery
configPath: Priyanshii677/Voter-ui-Roost-app/
app_uninstall:
type: text
content: |+
#!/bin/sh
build:
type: text
content: |-
#!/bin/sh
# make all
# docker build
deploy:
type: text
content: |+
#/bin/sh
<<'###'
Sample Deploy Instructions
HELM_OPTS="--set clusterIP=${ROOST_CLUSTER_IP},tag=${ROOST_NAMESPACE},namespace=${ROOST_NAMESPACE}"
helm install <helm-folder> -n <ns> $HELM_OPTS
kubectl apply -f <file>.yaml
###
test: []
uninstall:
type: text
content: |+
#!/bin/sh
lastUpdatedBy: Priyanshi Somani
lastUpdatedOn: 2022-09-06T18:48:44.588Z