apiVersion: v1 kind: Service metadata: name: node-bugado spec: type: LoadBalancer # Acesso direto na porta 3000 + Traefik na porta 80 selector: app: node-bugado ports: - port: 3000 targetPort: 3000 protocol: TCP