diff --git a/config/samples/0.9.1/cluster_v1_demo.yaml b/config/samples/0.9.1/cluster_v1_demo.yaml index 5dd578e1..4f81c7bd 100644 --- a/config/samples/0.9.1/cluster_v1_demo.yaml +++ b/config/samples/0.9.1/cluster_v1_demo.yaml @@ -15,6 +15,16 @@ spec: primaryMasters: instanceCount: 3 cellTag: 1 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: yt_component + operator: In + values: + - ytdemo-yt-master + topologyKey: "kubernetes.io/hostname" volumeMounts: - name: master-data mountPath: /yt/master-data @@ -90,6 +100,7 @@ spec: image: ghcr.io/ytsaurus/query-tracker:0.0.6-relwithdebinfo yqlAgents: + instanceCount: 1 image: ghcr.io/ytsaurus/query-tracker:0.0.6-relwithdebinfo schedulers: diff --git a/config/samples/cluster_v1_demo.yaml b/config/samples/cluster_v1_demo.yaml index ca2424ec..ed70f7ac 100644 --- a/config/samples/cluster_v1_demo.yaml +++ b/config/samples/cluster_v1_demo.yaml @@ -15,6 +15,16 @@ spec: primaryMasters: instanceCount: 3 cellTag: 1 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: yt_component + operator: In + values: + - ytdemo-yt-master + topologyKey: "kubernetes.io/hostname" volumeMounts: - name: master-data mountPath: /yt/master-data