14 lines
215 B
YAML
14 lines
215 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: webapp-service
|
|
namespace: smartbuilding-namespace
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 3000
|
|
targetPort: 3000
|
|
nodePort: 30000
|
|
selector:
|
|
app: webapp
|