apiVersion: v1 kind: Service metadata: name: webapp-service namespace: smartbuilding-namespace spec: type: NodePort ports: - port: 3000 targetPort: 3000 nodePort: 30000 selector: app: webapp