Skip to content

Commit

Permalink
Merge pull request #80 from OctaGrid/fix-pdf-replicas
Browse files Browse the repository at this point in the history
use pdf replicas count from values
  • Loading branch information
electrosenpai authored Oct 14, 2024
2 parents 5af7bbd + d4ad38d commit e418b05
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 e418b05

Please sign in to comment.