Skip to content

Instantly share code, notes, and snippets.

@alevz257
Created February 22, 2023 04:04
Show Gist options
  • Save alevz257/c7c009eb972eb5ba29bcdfd83430bf82 to your computer and use it in GitHub Desktop.
Save alevz257/c7c009eb972eb5ba29bcdfd83430bf82 to your computer and use it in GitHub Desktop.
podAffinity frontend boa
#default frontend deployment
...
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- frontend
topologyKey: kubernetes.io/zone
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment