Skip to content

Commit

Permalink
Remove tenant-settings from Ingress (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 authored Apr 23, 2024
1 parent 9791276 commit 990624b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions operations/pyroscope/helm/pyroscope/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 990624b

Please sign in to comment.