mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: qdrant
|
|
spec:
|
|
selector:
|
|
app: qdrant
|
|
ports:
|
|
- protocol: TCP
|
|
port: 6333
|
|
targetPort: 6333
|
|
type: ClusterIP |