Skip to content

Commit 194b8ba

Browse files
committed
add replica count
1 parent 1d29ad5 commit 194b8ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/prefect-agent/templates/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
1313
{{- end }}
1414
spec:
15+
replicas: {{ .Values.agent.replicaCount }}
1516
selector:
1617
matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }}
1718
app.kubernetes.io/component: agent

0 commit comments

Comments
 (0)