Closed mstrzele closed 3 years ago
Should this not include {{ .Release.Namespace }}
- "--query-frontend.downstream-url=http://{{ include "thanos.componentname" (list $ "query") }}-http.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.query.http.port }}"
Should this not include {{ .Release.Namespace }}
- "--query-frontend.downstream-url=http://{{ include "thanos.componentname" (list $ "query") }}-http.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.query.http.port }}"
Both query
service and query-frontend
deployment are in the same namespace thus adding it to the URL is redundant.
Hi @ahma,
Could you take a look at this simple fix? It's been a while since I've created a PR and it would be nice to have it fixed in the upstream chart.
Noticed the same issue, and this should fix it. Needs a bump to the chart version though.
@ahma apologies for tagging you, but you seem to have the last commit on the thanos chart, would it be possible to get a review here and a merge?
Thank you @ahma @mstrzele !
What's in this PR?
The PR contains a change for the
query-frontend-downstream-url
parameter's value.Why?
The change removes
.svc.cluster.local
from the URL, so after the change, it will point to a service without specifying a namespace nor a cluster domain.Checklist