Skip to content

Instantly share code, notes, and snippets.

@dixneuf19
Created December 22, 2020 21:12
Show Gist options
  • Save dixneuf19/c63c253a330331dd0c7885f45944394b to your computer and use it in GitHub Desktop.
Save dixneuf19/c63c253a330331dd0c7885f45944394b to your computer and use it in GitHub Desktop.
podAffinity: # with pod Affinity, I help him stay close of web
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector: # select the sentry-web pod
matchExpressions:
- key: role
operator: In
values:
- web
- key: app
operator: In
values:
- sentry
topologyKey: "kubernetes.io/hostname" # set topology to node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment