We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103c4f commit 4d00312Copy full SHA for 4d00312
charts/tempo-distributed/templates/ingester/hpa.yaml
@@ -4,6 +4,7 @@ apiVersion: {{ $apiVersion }}
4
kind: HorizontalPodAutoscaler
5
metadata:
6
name: {{ include "tempo.resourceName" (dict "ctx" . "component" "ingester") }}
7
+ namespace: {{ .Release.Namespace }}
8
labels:
9
{{- include "tempo.labels" (dict "ctx" . "component" "ingester") | nindent 4 }}
10
spec:
0 commit comments