Skip to content

Commit 8d24021

Browse files
Added clusterIP service to notification tester
1 parent 476ffc7 commit 8d24021

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

notifications/notification-tester/service.yaml renamed to notifications/notification-tester/external-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: notification-tester-service
4+
name: notification-external-service
55
spec:
66
type: NodePort
77
selector:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: notification-internal-service
5+
spec:
6+
type: ClusterIP
7+
selector:
8+
app: notification-tester
9+
ports:
10+
- protocol: TCP
11+
port: 80
12+
targetPort: 8080

0 commit comments

Comments
 (0)