zkt26/z2/service.yaml
2026-04-28 15:09:21 +02:00

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