add manifests

This commit is contained in:
Ubuntu
2025-05-28 01:40:30 +00:00
parent 58f7f99b14
commit a99d8fb6ce
15 changed files with 262 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: member-service
namespace: dg0400-lifesub-ns
labels:
app: member
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8081
protocol: TCP
selector:
app: member
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: mysub-service
namespace: dg0400-lifesub-ns
labels:
app: mysub
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8082
protocol: TCP
selector:
app: mysub
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: recommend-service
namespace: dg0400-lifesub-ns
labels:
app: recommend
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8083
protocol: TCP
selector:
app: recommend