Skip to content

Commit 1ce8609

Browse files
committed
Add Namespace to Distributor HPA
1 parent 9b026ce commit 1ce8609

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

0 commit comments

Comments
 (0)