add stage-maker app
This commit is contained in:
15
apps/stage-maker/service.yaml
Normal file
15
apps/stage-maker/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: stage-maker-service
|
||||
namespace: stage-maker
|
||||
spec:
|
||||
selector:
|
||||
app: stage-maker
|
||||
ports:
|
||||
- protocol: "TCP"
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
name: web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user