File tree Expand file tree Collapse file tree 1 file changed +7
-23
lines changed Expand file tree Collapse file tree 1 file changed +7
-23
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
- annotations :
5
- kompose.cmd : /snap/kompose/19/kompose-linux-amd64 convert -f event.yaml
6
- kompose.version : 1.21.0 (992df58d8)
7
- creationTimestamp : null
8
4
labels :
9
- io.kompose.service : eventmanagement
5
+ app : eventmanagement
10
6
name : eventmanagement
11
7
spec :
12
8
replicas : 1
13
9
selector :
14
10
matchLabels :
15
- io.kompose.service : eventmanagement
16
- strategy : {}
11
+ app : eventmanagement
17
12
template :
18
13
metadata :
19
- annotations :
20
- kompose.cmd : /snap/kompose/19/kompose-linux-amd64 convert -f event.yaml
21
- kompose.version : 1.21.0 (992df58d8)
22
- creationTimestamp : null
23
14
labels :
24
- io.kompose.service : eventmanagement
15
+ app : eventmanagement
25
16
spec :
26
17
containers :
27
18
- image : ${ECR_REPOSITORY}:${IMAGE_TAG}
28
- imagePullPolicy : " "
19
+ imagePullPolicy : " Always "
29
20
name : event-management-service
30
- ports :
31
- - containerPort : 3000
32
21
envFrom :
33
22
- configMapRef :
34
23
name : event-service-config
24
+ ports :
25
+ - containerPort : 3000
35
26
resources : {}
36
- restartPolicy : Always
37
- serviceAccountName : " "
38
- volumes : null
39
- status : {}
40
27
---
41
28
apiVersion : v1
42
29
kind : Service
43
30
metadata :
44
31
name : eventmanagement
45
- labels :
46
- app : eventmanagement
47
32
spec :
48
33
type : ClusterIP
49
34
ports :
50
- - name : http-tracking
35
+ - port : 3000
51
36
protocol : TCP
52
- port : 3000
53
37
selector :
54
38
app : eventmanagement
You can’t perform that action at this time.
0 commit comments