File tree Expand file tree Collapse file tree 6 files changed +41
-7
lines changed Expand file tree Collapse file tree 6 files changed +41
-7
lines changed Original file line number Diff line number Diff line change 13
13
spec :
14
14
containers :
15
15
- name : collab
16
- image : distractedcat/collab:1 .0.0
16
+ image : distractedcat/collab:2 .0.0
17
17
imagePullPolicy : Always
18
18
env :
19
19
- name : PORT
Original file line number Diff line number Diff line change
1
+ apiVersion : apps/v1
2
+ kind : Deployment
3
+ metadata :
4
+ name : formatter
5
+ spec :
6
+ selector :
7
+ matchLabels :
8
+ app : formatter
9
+ template :
10
+ metadata :
11
+ labels :
12
+ app : formatter
13
+ spec :
14
+ containers :
15
+ - name : formatter
16
+ image : distractedcat/formatter:1.0.0
17
+ imagePullPolicy : Always
18
+ ports :
19
+ - containerPort : 5000
20
+ name : formatter
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : Service
3
+ metadata :
4
+ name : formatter
5
+ spec :
6
+ selector :
7
+ app : formatter
8
+ ports :
9
+ - protocol : TCP
10
+ port : 5000
11
+ targetPort : 5000
12
+ type : ClusterIP
Original file line number Diff line number Diff line change 14
14
spec :
15
15
containers :
16
16
- name : nginx
17
- image : distractedcat/nginx:1 .0.0
17
+ image : distractedcat/nginx:2 .0.0
18
18
imagePullPolicy : Always
19
19
ports :
20
20
- containerPort : 80
Original file line number Diff line number Diff line change 13
13
spec :
14
14
containers :
15
15
- name : peerprep
16
- image : distractedcat/peerprep:1 .0.0
16
+ image : distractedcat/peerprep:2 .0.0
17
17
imagePullPolicy : Always
18
18
env :
19
19
- name : NEXT_PUBLIC_QUESTION_SERVICE
30
30
value : collab
31
31
- name : DEV_ENV
32
32
value : not
33
+ - name : NEXT_PUBLIC_FORMATTER
34
+ value : formatter
33
35
ports :
34
36
- containerPort : 3000
35
37
name : peerprep
Original file line number Diff line number Diff line change 1
- /node_modules
2
- /.next
3
- .DS_Store
4
- .env
1
+ # /node_modules
2
+ # /.next
3
+ # .DS_Store
4
+ # .env
You can’t perform that action at this time.
0 commit comments