Skip to content

Commit

Permalink
use pdf replicas count from values
Browse files Browse the repository at this point in the history
  • Loading branch information
severos committed Oct 12, 2024
1 parent 5af7bbd commit d4ad38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pdf-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
io.lago.service: {{ .Release.Name }}-pdf
name: {{ .Release.Name }}-pdf
spec:
replicas: 1
replicas: {{ .Values.pdf.replicas }}
selector:
matchLabels:
io.lago.service: {{ .Release.Name }}-pdf
Expand Down

0 comments on commit d4ad38d

Please sign in to comment.