apiVersion: v1 kind: Service metadata: name: web namespace: isolated spec: selector: app: web ports: - protocol: TCP port: 80 targetPort: 3000