Created
September 15, 2022 16:34
-
-
Save SharkyRawr/0f18b21ade050af0ffd7f3f3468ae82b to your computer and use it in GitHub Desktop.
pod-to-pod-affinity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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