generated from coulomb/repo-seed
Add activity-core LLM endpoint support
This commit is contained in:
16
deploy/k8s/activity-core-llm-connect/service.yaml
Normal file
16
deploy/k8s/activity-core-llm-connect/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: llm-connect
|
||||
namespace: activity-core
|
||||
labels:
|
||||
app.kubernetes.io/name: llm-connect
|
||||
app.kubernetes.io/part-of: activity-core
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: llm-connect
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: http
|
||||
Reference in New Issue
Block a user