Koschei: try to spread frontend pods across different nodes
This commit is contained in:
parent
e9993b5670
commit
133a15bf21
1 changed files with 4 additions and 0 deletions
|
@ -50,3 +50,7 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
secret:
|
secret:
|
||||||
secretName: frontend-config
|
secretName: frontend-config
|
||||||
|
topologySpreadConstraints:
|
||||||
|
- topologyKey: kubernetes.io/hostname
|
||||||
|
maxSkew: 1
|
||||||
|
whenUnsatisfiable: ScheduleAnyway
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue