Skip to content

Commit f1f63f4

Browse files
notification tester
1 parent b44994a commit f1f63f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

notifications/notification-tester/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
5-
name: simple-deployment
5+
name: notification-tester-deployment
66
spec:
77
replicas: 1
88
selector:
99
matchLabels:
10-
app: trivial-go-web-app
10+
app: notification-tester
1111
template:
1212
metadata:
1313
labels:
14-
app: trivial-go-web-app
14+
app: notification-tester
1515
spec:
1616
containers:
1717
- name: webserver-simple
18-
image: docker.io/kostiscodefresh/gitops-simple-app:v1.0
18+
image: docker.io/kostiscodefresh/notification-tester:v1.0
1919
ports:
2020
- containerPort: 8080

notifications/notification-tester/service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: simple-service
4+
name: notification-tester-service
55
spec:
66
type: NodePort
77
selector:
8-
app: trivial-go-web-app
8+
app: notification-tester
99
ports:
1010
- nodePort: 31000
1111
protocol: TCP

0 commit comments

Comments
 (0)