@@ -2,110 +2,110 @@ spec:
2
2
name : opensigndb
3
3
ingress :
4
4
rules :
5
- - component :
6
- name : amolshejole-opensignserver
7
- match :
8
- path :
9
- prefix : /api
10
- - component :
11
- name : opensigndb
12
- match :
13
- path :
14
- prefix : /db
5
+ - component :
6
+ name : amolshejole-opensignserver
7
+ match :
8
+ path :
9
+ prefix : /api
10
+ - component :
11
+ name : opensigndb
12
+ match :
13
+ path :
14
+ prefix : /db
15
15
services :
16
- - name : amolshejole-opensign
17
- run_command : npm run start
18
- http_port : 8080
19
- image :
20
- registry : amolshejole
21
- registry_type : DOCKER_HUB
22
- repository : opensign
23
- tag : staging
24
- envs :
25
- - key : CI
26
- value : " false"
27
- - key : GENERATE_SOURCEMAP
28
- value : " false"
29
- - key : PUBLIC_URL
30
- scope : RUN_TIME
31
- value : ${APP_URL}
32
- - key : REACT_APP_SERVERURL
33
- scope : RUN_TIME
34
- value : ${APP_URL}/api/app
35
- - key : REACT_APP_APPID
36
- scope : RUN_TIME
37
- value : opensignnaxn
38
- - http_port : 8080
39
- image :
40
- registry : amolshejole
41
- registry_type : DOCKER_HUB
42
- repository : opensignserver
43
- tag : staging
44
- name : amolshejole-opensignserver
45
- run_command : npm run start
46
- envs :
47
- - key : APP_ID
48
- value : opensignnaxn
49
- - key : appName
50
- value : open_sign_server
51
- - key : MASTER_KEY
52
- scope : RUN_TIME
53
- - key : MONGODB_URI
54
- scope : RUN_TIME
55
- value : mongodb://root:example@opensigndb/OpenSignDB?authSource=admin
56
- - key : PARSE_MOUNT
57
- scope : RUN_TIME
58
- value : /app
59
- - key : SERVER_URL
60
- scope : RUN_TIME
61
- value : ${APP_URL}/api/app
62
- - key : USE_LOCAL
63
- scope : RUN_TIME
64
- value : TRUE
65
- - key : DO_SPACE
66
- scope : RUN_TIME
67
- value : opensigntw3d
68
- - key : DO_ENDPOINT
69
- scope : RUN_TIME
70
- value : ams3.digitaloceanspaces.com
71
- - key : DO_BASEURL
72
- scope : RUN_TIME
73
- value : https://opensigntw3d.ams3.digitaloceanspaces.com
74
- - key : DO_ACCESS_KEY_ID
75
- scope : RUN_TIME
76
- - key : DO_SECRET_ACCESS_KEY
77
- scope : RUN_TIME
78
- - key : DO_REGION
79
- scope : RUN_TIME
80
- value : us-west
81
- - key : SMTP_ENABLE
82
- scope : RUN_TIME
83
- value : TRUE
84
- - key : SMTP_HOST
85
- scope : RUN_TIME
86
- value : smtp.gmail.com
87
- - key : SMTP_PORT
88
- scope : RUN_TIME
89
- value : 465
90
- - key : SMTP_USER_EMAIL
91
- scope : RUN_TIME
92
-
93
- - key : SMTP_PASS
94
- scope : RUN_TIME
95
- value : ' oebh csfl qqql hvfo'
96
- - key : PFX_BASE64
97
- scope : RUN_TIME
98
- - key : PASS_PHRASE
99
- scope : RUN_TIME
100
- - name : opensigndb
101
- http_port : 27017
102
- dockerfile_path : Dockerfile
103
- git :
104
- repo_clone_url : https://github.com/Qik-Ai-Org/MongoDocker.git
105
- branch : main
106
- envs :
107
- - key : SECRET_KEY_BASE
108
- scope : RUN_TIME
109
- - key : DATABASE_URL
110
- scope : RUN_TIME
111
- value : mongodb://root:example@opensigndb/OpenSignDB?authSource=admin
16
+ - name : amolshejole-opensign
17
+ run_command : npm run start
18
+ http_port : 8080
19
+ image :
20
+ registry : amolshejole
21
+ registry_type : DOCKER_HUB
22
+ repository : opensign
23
+ tag : staging
24
+ envs :
25
+ - key : CI
26
+ value : " false"
27
+ - key : GENERATE_SOURCEMAP
28
+ value : " false"
29
+ - key : PUBLIC_URL
30
+ scope : RUN_TIME
31
+ value : ${APP_URL}
32
+ - key : REACT_APP_SERVERURL
33
+ scope : RUN_TIME
34
+ value : ${APP_URL}/api/app
35
+ - key : REACT_APP_APPID
36
+ scope : RUN_TIME
37
+ value : opensignnaxn
38
+ - http_port : 8080
39
+ image :
40
+ registry : amolshejole
41
+ registry_type : DOCKER_HUB
42
+ repository : opensignserver
43
+ tag : staging
44
+ name : amolshejole-opensignserver
45
+ run_command : npm run start
46
+ envs :
47
+ - key : APP_ID
48
+ value : opensignnaxn
49
+ - key : appName
50
+ value : open_sign_server
51
+ - key : MASTER_KEY
52
+ scope : RUN_TIME
53
+ - key : MONGODB_URI
54
+ scope : RUN_TIME
55
+ value : mongodb://root:example@opensigndb/OpenSignDB?authSource=admin
56
+ - key : PARSE_MOUNT
57
+ scope : RUN_TIME
58
+ value : /app
59
+ - key : SERVER_URL
60
+ scope : RUN_TIME
61
+ value : ${APP_URL}/api/app
62
+ - key : USE_LOCAL
63
+ scope : RUN_TIME
64
+ value : TRUE
65
+ - key : DO_SPACE
66
+ scope : RUN_TIME
67
+ value : opensigntw3d
68
+ - key : DO_ENDPOINT
69
+ scope : RUN_TIME
70
+ value : ams3.digitaloceanspaces.com
71
+ - key : DO_BASEURL
72
+ scope : RUN_TIME
73
+ value : https://opensigntw3d.ams3.digitaloceanspaces.com
74
+ - key : DO_ACCESS_KEY_ID
75
+ scope : RUN_TIME
76
+ - key : DO_SECRET_ACCESS_KEY
77
+ scope : RUN_TIME
78
+ - key : DO_REGION
79
+ scope : RUN_TIME
80
+ value : us-west
81
+ - key : SMTP_ENABLE
82
+ scope : RUN_TIME
83
+ value : TRUE
84
+ - key : SMTP_HOST
85
+ scope : RUN_TIME
86
+ value : smtp.gmail.com
87
+ - key : SMTP_PORT
88
+ scope : RUN_TIME
89
+ value : 465
90
+ - key : SMTP_USER_EMAIL
91
+ scope : RUN_TIME
92
+
93
+ - key : SMTP_PASS
94
+ scope : RUN_TIME
95
+ value : ' oebh csfl qqql hvfo'
96
+ - key : PFX_BASE64
97
+ scope : RUN_TIME
98
+ - key : PASS_PHRASE
99
+ scope : RUN_TIME
100
+ - name : opensigndb
101
+ http_port : 27017
102
+ dockerfile_path : Dockerfile
103
+ git :
104
+ repo_clone_url : https://github.com/Qik-Ai-Org/MongoDocker.git
105
+ branch : main
106
+ envs :
107
+ - key : SECRET_KEY_BASE
108
+ scope : RUN_TIME
109
+ - key : DATABASE_URL
110
+ scope : RUN_TIME
111
+ value : mongodb://root:example@opensigndb/OpenSignDB?authSource=admin
0 commit comments