apiVersion: v1 kind: Service metadata: name: labd spec: type: ClusterIP selector: app: labd ports: - port: 3100 targetPort: 3100 protocol: TCP