Skip to content

Commit a86b6ad

Browse files
committed
Add Namespace to Querier HPA
Signed-off-by: Erwin Tung <[email protected]>
1 parent 665f0bf commit a86b6ad

File tree

1 file changed

+1
-0
lines changed
  • charts/tempo-distributed/templates/querier

1 file changed

+1
-0
lines changed

charts/tempo-distributed/templates/querier/hpa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apiVersion: {{ $apiVersion }}
44
kind: HorizontalPodAutoscaler
55
metadata:
66
name: {{ include "tempo.resourceName" (dict "ctx" . "component" "querier") }}
7+
namespace: {{ .Release.Namespace }}
78
labels:
89
{{- include "tempo.labels" (dict "ctx" . "component" "querier") | nindent 4 }}
910
spec:

0 commit comments

Comments
 (0)