--- apiVersion: v1 kind: Service metadata: name: app namespace: taw spec: selector: app: taw ports: - name: web port: 3000 targetPort: 3000