Skip to content

Commit 07aae2c

Browse files
committed
Add Namespace to Query Frontend HPA
Signed-off-by: Erwin Tung <[email protected]>
1 parent a86b6ad commit 07aae2c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

charts/tempo-distributed/templates/query-frontend/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" "query-frontend") }}
7+
namespace: {{ .Release.Namespace }}
78
labels:
89
{{- include "tempo.labels" (dict "ctx" . "component" "query-frontend") | nindent 4 }}
910
spec:

0 commit comments

Comments
 (0)