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