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

18 lines
268 B
YAML

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