From 171ffa140e0c835585b5f248b406ea1b5db65f0f Mon Sep 17 00:00:00 2001 From: nasa9084 Date: Mon, 15 Apr 2024 14:55:15 +0900 Subject: [PATCH] Remove tenant-settings from Ingress --- .../pyroscope/helm/pyroscope/templates/ingress.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/operations/pyroscope/helm/pyroscope/templates/ingress.yaml b/operations/pyroscope/helm/pyroscope/templates/ingress.yaml index 5b4fb7a7ce..840fcc4f49 100644 --- a/operations/pyroscope/helm/pyroscope/templates/ingress.yaml +++ b/operations/pyroscope/helm/pyroscope/templates/ingress.yaml @@ -89,16 +89,5 @@ spec: number: {{ $.Values.pyroscope.service.port }} path: /ingest pathType: Prefix - - backend: - service: - {{- if gt (len $.Values.pyroscope.components) 1}} - name: {{ include "pyroscope.fullname" $ }}-tenant-settings - {{- else }} - name: {{ include "pyroscope.fullname" $ }} - {{- end }} - port: - number: {{ $.Values.pyroscope.service.port }} - path: /settings.v1.SettingsService/ - pathType: ImplementationSpecific {{- end }} {{- end }}