From 60992471578a4176dd651175aa63ec35ca6c2605 Mon Sep 17 00:00:00 2001 From: Moustafa Nawar Date: Wed, 21 Jun 2023 18:32:15 +0300 Subject: [PATCH] target the qdrant service by default --- templates/ingress.yaml | 2 +- values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index a2fbad0..0693174 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -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 }} diff --git a/values.yaml b/values.yaml index 54f77b0..9b29dfa 100644 --- a/values.yaml +++ b/values.yaml @@ -40,7 +40,6 @@ ingress: paths: - path: / pathType: Prefix - serviceName: example-service servicePort: 6333 tls: [] #- hosts: