Skip to content

Commit

Permalink
BUG-867426 : Hazelcast PDB corrected (pegasystems#773)
Browse files Browse the repository at this point in the history
Co-authored-by: vermn1 <nihal.verma@in.pega.com>
  • Loading branch information
2 people authored and Alessandro Cattapan committed Jul 8, 2024
1 parent c6cd9da commit cc3001b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
app: {{ template "clusteringServiceName" . }}
component: Hazelcast
spec:
maxUnavailable: 1
minAvailable: 1
selector:
matchLabels:
app: {{ template "clusteringServiceName" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/pega/charts/hazelcast/templates/pega-hz-pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
app: {{ template "hazelcastName" . }}
component: Hazelcast
spec:
maxUnavailable: 1
minAvailable: 1
selector:
matchLabels:
app: {{ template "hazelcastName" . }}
Expand Down

0 comments on commit cc3001b

Please sign in to comment.