Skip to content

Commit

Permalink
target the qdrant service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Nawar committed Jun 21, 2023
1 parent e940864 commit 6099247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
pathType: {{ .pathType | default "Prefix" | quote }}
backend:
service:
name: {{ .serviceName | quote }}
name: {{ default .serviceName (include "qdrant.fullname" $) }}
port:
number: {{ .servicePort }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ingress:
paths:
- path: /
pathType: Prefix
serviceName: example-service
servicePort: 6333
tls: []
#- hosts:
Expand Down

0 comments on commit 6099247

Please sign in to comment.