Skip to content

Instantly share code, notes, and snippets.

@dustinrue
Created July 27, 2023 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinrue/fce448be18e2f0cd9d3041fadc51ec99 to your computer and use it in GitHub Desktop.
Save dustinrue/fce448be18e2f0cd9d3041fadc51ec99 to your computer and use it in GitHub Desktop.
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: "app.kubernetes.io/instance"
operator: In
values:
- <name of pod/deployment>
topologyKey: "kubernetes.io/hostname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment