Skip to content

Commit ca81c45

Browse files
committed
Add Namespace to Enterprise Federation Frontend HPA
1 parent 6fdd753 commit ca81c45

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

0 commit comments

Comments
 (0)