-
Feature
-
Resolution: Done
-
Major
-
RHDG 8.4.4 GA
-
None
Currently the StatefulSet is hardcoded to the following policy:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchLabels:
clusterName: {{ include "infinispan-helm-charts.name" . }}
app: infinispan-pod
topologyKey: kubernetes.io/hostname
weight: 100
Instead it should be possible for users to configure these policies via deploy.affinity in the values.yaml.
- links to