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 6fdd753 commit ca81c45Copy full SHA for ca81c45
charts/tempo-distributed/templates/enterprise-federation-frontend/hpa.yaml
@@ -4,6 +4,7 @@ apiVersion: {{ $apiVersion }}
4
kind: HorizontalPodAutoscaler
5
metadata:
6
name: {{ include "tempo.resourceName" (dict "ctx" . "component" "enterprise-federation-frontend") }}
7
+ namespace: {{ .Release.Namespace }}
8
labels:
9
{{- include "tempo.labels" (dict "ctx" . "component" "enterprise-federation-frontend") | nindent 4 }}
10
spec:
0 commit comments