Files
GraphRAGAgent/k8s/base/backend-service.yaml
T

18 lines
269 B
YAML

apiVersion: v1
kind: Service
metadata:
name: backend
labels:
app: graphrag
component: backend
spec:
type: ClusterIP
selector:
app: graphrag
component: backend
ports:
- name: http
port: 8000
targetPort: 8000
protocol: TCP