apiVersion: v1 kind: Service metadata: name: vector-api namespace: vector-store spec: selector: app: vector-api ports: - port: 8000 targetPort: 8000