File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
notifications/notification-tester Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
apiVersion : apps/v1
3
3
kind : Deployment
4
4
metadata :
5
- name : simple -deployment
5
+ name : notification-tester -deployment
6
6
spec :
7
7
replicas : 1
8
8
selector :
9
9
matchLabels :
10
- app : trivial-go-web-app
10
+ app : notification-tester
11
11
template :
12
12
metadata :
13
13
labels :
14
- app : trivial-go-web-app
14
+ app : notification-tester
15
15
spec :
16
16
containers :
17
17
- name : webserver-simple
18
- image : docker.io/kostiscodefresh/gitops-simple-app :v1.0
18
+ image : docker.io/kostiscodefresh/notification-tester :v1.0
19
19
ports :
20
20
- containerPort : 8080
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Service
3
3
metadata :
4
- name : simple -service
4
+ name : notification-tester -service
5
5
spec :
6
6
type : NodePort
7
7
selector :
8
- app : trivial-go-web-app
8
+ app : notification-tester
9
9
ports :
10
10
- nodePort : 31000
11
11
protocol : TCP
You can’t perform that action at this time.
0 commit comments