You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: change topologKey postion for fix helm run (#220)
* fix: change topologKey postion for fix helm run
#219
* fix: remove unspport weight field.
get help from here #220 (comment)
* bump chart version to 1.3.3
---------
Co-authored-by: 0x5457 <[email protected]>
Copy file name to clipboardExpand all lines: charts/tensor-fusion/values.yaml
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,14 @@ controller:
40
40
affinity:
41
41
podAntiAffinity:
42
42
requiredDuringSchedulingIgnoredDuringExecution:
43
-
- weight: 100
44
-
podAffinityTerm:
43
+
- topologyKey: kubernetes.io/hostname
45
44
labelSelector:
46
45
matchExpressions:
47
-
- key: tensor-fusion.ai/component
48
-
operator: In
49
-
values:
50
-
- operator
51
-
topologyKey: "kubernetes.io/hostname"
46
+
- key: tensor-fusion.ai/component
47
+
operator: In
48
+
values:
49
+
- operator
50
+
52
51
livenessProbe:
53
52
httpGet:
54
53
path: /healthz
@@ -122,4 +121,4 @@ agent:
122
121
# Only needed if your pool is running in Provisioned mode, and the cloud vendor doesn't support IRSA or any serviceAccount like zero-credential Auth approaches
0 commit comments