基于helm-dify 0.23.0 版本初始化
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{ if index .Values "modules" "text-spellcheck" "enabled" }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ index .Values "modules" "text-spellcheck" "fullnameOverride" }}
|
||||
labels:
|
||||
app.kubernetes.io/name: weaviate
|
||||
app.kubernetes.io/managed-by: helm
|
||||
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: {{ index .Values "modules" "text-spellcheck" "fullnameOverride" }}
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user