Skip to content

Commit

Permalink
chore: update validator management policy to be parallel (#9086)
Browse files Browse the repository at this point in the history
Fire these puppies up in parallel, faster
  • Loading branch information
Maddiaa0 authored Oct 8, 2024
1 parent 41c496f commit f8267f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spartan/aztec-network/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
spec:
serviceName: {{ include "aztec-network.fullname" . }}-validator
replicas: {{ .Values.validator.replicas }}
podManagementPolicy: Parallel
selector:
matchLabels:
{{- include "aztec-network.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit f8267f2

Please sign in to comment.