deploy/qdrant/qdrant-svc.yaml (61 lines of code) (raw):

# Source: openwhisk/templates/couchdb-pod.yaml # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # --- apiVersion: v1 kind: Service metadata: name: nuvolaris-qdrant-headless labels: helm.sh/chart: qdrant-0.9.2 app: qdrant app.kubernetes.io/name: qdrant app.kubernetes.io/instance: nuvolaris-qdrant spec: clusterIP: None publishNotReadyAddresses: true ports: - name: http port: 6333 targetPort: 6333 protocol: TCP - name: grpc port: 6334 targetPort: 6334 protocol: TCP - name: p2p port: 6335 targetPort: 6335 protocol: TCP selector: app: qdrant app.kubernetes.io/name: qdrant app.kubernetes.io/instance: nuvolaris-qdrant --- apiVersion: v1 kind: Service metadata: name: nuvolaris-qdrant labels: helm.sh/chart: qdrant-0.9.2 app: qdrant app.kubernetes.io/name: qdrant app.kubernetes.io/instance: nuvolaris-qdrant app.kubernetes.io/version: "v1.9.5" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP ports: - name: http port: 6333 targetPort: 6333 protocol: TCP - name: grpc port: 6334 targetPort: 6334 protocol: TCP - name: p2p port: 6335 targetPort: 6335 protocol: TCP selector: app: qdrant app.kubernetes.io/name: qdrant app.kubernetes.io/instance: nuvolaris-qdrant