mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 04:59:10 +00:00
add manifests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user