18 lines
353 B
YAML
18 lines
353 B
YAML
{{ if index .Values "modules" "text2vec-contextionary" "enabled" }}
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: contextionary
|
|
labels:
|
|
app.kubernetes.io/name: weaviate
|
|
app.kubernetes.io/managed-by: helm
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: contextionary
|
|
ports:
|
|
- protocol: TCP
|
|
port: 9999
|
|
targetPort: 9999
|
|
{{ end }}
|