Commit 3fbb7d5 1 parent 2348d69 commit 3fbb7d5 Copy full SHA for 3fbb7d5
File tree 4 files changed +40
-40
lines changed
4 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : apps/v1
2
2
kind : Deployment
3
3
metadata :
4
- name : appshare -deployment
4
+ name : vjs -deployment
5
5
labels :
6
- app : appshare
6
+ app : vjs
7
7
spec :
8
8
replicas : 1
9
9
selector :
10
10
matchLabels :
11
- app : appshare
11
+ app : vjs
12
12
template :
13
13
metadata :
14
14
labels :
15
- app : appshare
15
+ app : vjs
16
16
spec :
17
17
containers :
18
- - name : appshare
18
+ - name : vjs
19
19
image : yazzcom/visualjavascript:2021
20
20
ports :
21
21
- containerPort : 3000
@@ -24,16 +24,16 @@ apiVersion: v1
24
24
kind : Service
25
25
metadata :
26
26
labels :
27
- app : appshare
28
- name : appshare -deployment
27
+ app : vjs
28
+ name : vjs -deployment
29
29
spec :
30
30
externalTrafficPolicy : Cluster
31
31
ports :
32
32
- nodePort : 30000
33
33
port : 3000
34
34
protocol : TCP
35
35
selector :
36
- app : appshare
36
+ app : vjs
37
37
sessionAffinity : None
38
38
type : LoadBalancer
39
39
status :
Original file line number Diff line number Diff line change 1
1
apiVersion : template.openshift.io/v1
2
2
kind : Template
3
- message : Installing Kubernetes AppShare
3
+ message : Installing Kubernetes vjs
4
4
metadata :
5
5
annotations :
6
- description : AppShare Installer 5
7
- openshift.io/display-name : AppShare Installer 5
8
- openshift.io/provider-display-name : AppShare
6
+ description : vjs Installer 5
7
+ openshift.io/display-name : vjs Installer 5
8
+ openshift.io/provider-display-name : vjs
9
9
tags : integration, api management, javascript
10
10
creationTimestamp : null
11
- name : appshare -installer-5
11
+ name : vjs -installer-5
12
12
13
13
14
14
@@ -17,15 +17,15 @@ objects:
17
17
- apiVersion : " v1"
18
18
kind : " DeploymentConfig"
19
19
metadata :
20
- name : " appshare "
20
+ name : " vjs "
21
21
spec :
22
22
template :
23
23
metadata :
24
24
labels :
25
- name : " appshare "
25
+ name : " vjs "
26
26
spec :
27
27
containers :
28
- - name : " appshare "
28
+ - name : " vjs "
29
29
image : " yazzcom/visualjavascript:2021"
30
30
ports :
31
31
- containerPort : 3000
@@ -57,31 +57,31 @@ objects:
57
57
memory : 512Mi
58
58
replicas : 1
59
59
selector :
60
- name : " appshare "
60
+ name : " vjs "
61
61
62
62
63
63
64
64
- apiVersion : v1
65
65
kind : Service
66
66
metadata :
67
- name : appshare
67
+ name : vjs
68
68
spec :
69
69
ports :
70
70
- port : 3000
71
71
protocol : TCP
72
72
targetPort : 3000
73
73
selector :
74
- deploymentconfig : appshare
74
+ deploymentconfig : vjs
75
75
76
76
77
77
78
78
- apiVersion : v1
79
79
kind : Route
80
80
metadata :
81
- name : appshare -route
81
+ name : vjs -route
82
82
spec :
83
83
to :
84
84
kind : Service
85
- name : appshare
85
+ name : vjs
86
86
labels :
87
- app : appshare
87
+ app : vjs
Original file line number Diff line number Diff line change 1
- AppShareapiVersion : template.openshift.io/v1
1
+ apiVersion : template.openshift.io/v1
2
2
kind : Template
3
- message : Installing Kubernetes AppShare
3
+ message : Installing Kubernetes vjs
4
4
metadata :
5
5
annotations :
6
- description : AppShare Installer 4
6
+ description : vjs Installer 4
7
7
iconClass : icon-3scale
8
- openshift.io/display-name : AppShare Installer 4
9
- openshift.io/provider-display-name : AppShare
8
+ openshift.io/display-name : vjs Installer 4
9
+ openshift.io/provider-display-name : vjs
10
10
tags : integration, api management, javascript
11
11
creationTimestamp : null
12
- name : appshare -installer-4
12
+ name : vjs -installer-4
13
13
14
14
15
15
@@ -18,15 +18,15 @@ objects:
18
18
- apiVersion : " v1"
19
19
kind : " DeploymentConfig"
20
20
metadata :
21
- name : " appshare "
21
+ name : " vjs "
22
22
spec :
23
23
template :
24
24
metadata :
25
25
labels :
26
- name : " appshare "
26
+ name : " vjs "
27
27
spec :
28
28
containers :
29
- - name : " appshare "
29
+ - name : " vjs "
30
30
image : " yazzcom/visualjavascript:2021"
31
31
ports :
32
32
- containerPort : 3000
@@ -54,31 +54,31 @@ objects:
54
54
memory : 512Mi
55
55
replicas : 1
56
56
selector :
57
- name : " appshare "
57
+ name : " vjs "
58
58
59
59
60
60
61
61
- apiVersion : v1
62
62
kind : Service
63
63
metadata :
64
- name : appshare -service
64
+ name : vjs -service
65
65
spec :
66
66
ports :
67
67
- port : 3000
68
68
protocol : TCP
69
69
targetPort : 3000
70
70
selector :
71
- deploymentconfig : appshare
71
+ deploymentconfig : vjs
72
72
73
73
74
74
75
75
- apiVersion : v1
76
76
kind : Route
77
77
metadata :
78
- name : appshare -route
78
+ name : vjs -route
79
79
spec :
80
80
to :
81
81
kind : Service
82
- name : appshare -service
82
+ name : vjs -service
83
83
labels :
84
- app : appshare
84
+ app : vjs
Original file line number Diff line number Diff line change 121
121
Docker
122
122
</ div >
123
123
< div class ="text-left " style ="font-family: 'Cutive Mono', sans-serif;font-size: 24pt; color: black;font-weight:bold; ">
124
- < h5 style ="margin-top: 10px; "> < b > </ b > docker rm appshare </ h5 >
125
- < h5 style ="margin-top: 10px; "> < b > </ b > docker run -p 3000:3000 -v ~/:/home/node/localpc --name appshare --env virtualprocessors=16 yazzcom/visualjavascript:2021</ h5 >
124
+ < h5 style ="margin-top: 10px; "> < b > </ b > docker rm vjs </ h5 >
125
+ < h5 style ="margin-top: 10px; "> < b > </ b > docker run -p 3000:3000 -v ~/:/home/node/localpc --name vjs --env virtualprocessors=16 yazzcom/visualjavascript:2021</ h5 >
126
126
</ div >
127
127
128
128
@@ -131,7 +131,7 @@ <h5 style="margin-top: 10px;"><b></b> docker run -p 3000:3000 -v ~/:/home/node/l
131
131
OpenShift
132
132
</ div >
133
133
< div class ="text-left " style ="font-family: 'Cutive Mono', sans-serif;font-size: 24pt; color: black;font-weight:bold; ">
134
- < h5 style ="margin-top: 10px; "> < b > </ b > oc new-app https://raw.githubusercontent.com/zubairq/visualjavascript/master/deploy_openshift_template_appshare .yml</ h5 >
134
+ < h5 style ="margin-top: 10px; "> < b > </ b > oc new-app https://raw.githubusercontent.com/zubairq/visualjavascript/master/deploy_openshift_template_vjs .yml</ h5 >
135
135
</ div >
136
136
137
137
You can’t perform that action at this time.
0 commit comments