Skip to content

Instantly share code, notes, and snippets.

@SharkyRawr
Created September 15, 2022 16:34
Show Gist options
  • Save SharkyRawr/0f18b21ade050af0ffd7f3f3468ae82b to your computer and use it in GitHub Desktop.
Save SharkyRawr/0f18b21ade050af0ffd7f3f3468ae82b to your computer and use it in GitHub Desktop.
pod-to-pod-affinity
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: "app.kubernetes.io/component"
operator: In
values:
- synapse
topologyKey: "kubernetes.io/hostname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment