This commit is contained in:
12
k8s/backend-service.yaml
Normal file
12
k8s/backend-service.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: team-planner-backend-service
|
||||
spec:
|
||||
selector:
|
||||
app: team-planner-backend
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 4001
|
||||
targetPort: 4001
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user