File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
helm-charts/coherence-operator/templates Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -113,4 +113,13 @@ spec:
113113 app.kubernetes.io/name : coherence-operator
114114 app.kubernetes.io/instance : coherence-operator-manager
115115 app.kubernetes.io/version : " 3.2.9"
116+ weight : 10
117+ - podAffinityTerm :
118+ topologyKey : " kubernetes.io/hostname"
119+ labelSelector :
120+ matchLabels :
121+ control-plane : coherence
122+ app.kubernetes.io/name : coherence-operator
123+ app.kubernetes.io/instance : coherence-operator-manager
124+ app.kubernetes.io/version : " 3.2.9"
116125 weight : 1
Original file line number Diff line number Diff line change @@ -206,6 +206,15 @@ spec:
206206 app.kubernetes.io/name : coherence-operator
207207 app.kubernetes.io/instance : coherence-operator-manager
208208 app.kubernetes.io/version : " ${VERSION}"
209+ weight : 10
210+ - podAffinityTerm :
211+ topologyKey : " kubernetes.io/hostname"
212+ labelSelector :
213+ matchLabels :
214+ control-plane : coherence
215+ app.kubernetes.io/name : coherence-operator
216+ app.kubernetes.io/instance : coherence-operator-manager
217+ app.kubernetes.io/version : " ${VERSION}"
209218 weight : 1
210219{{- end }}
211220 volumes :
You can’t perform that action at this time.
0 commit comments