14 lines
198 B
YAML
14 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: chroma-service
|
|
namespace: n8n
|
|
spec:
|
|
selector:
|
|
app: chroma
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8000
|
|
type: ClusterIP
|