Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix up sample cluster (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon authored Jun 2, 2022
1 parent ae0bb81 commit c8851aa
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions config/samples/storageos-etcd-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: etcd.improbable.io/cluster-name
operator: In
values:
- storageos-etcd
topologyKey: kubernetes.io/hostname
- weight: 100
labelSelector:
matchExpressions:
- key: etcd.improbable.io/cluster-name
operator: In
values:
- storageos-etcd
topologyKey: kubernetes.io/hostname

0 comments on commit c8851aa

Please sign in to comment.