apiVersion: v1 kind: Service metadata: name: web namespace: honeydue labels: app.kubernetes.io/name: web app.kubernetes.io/part-of: honeydue spec: type: ClusterIP selector: app.kubernetes.io/name: web ports: - port: 3000 targetPort: 3000 protocol: TCP