Koschei: try to spread frontend pods across different nodes

This commit is contained in:
Mikolaj Izdebski 2024-06-04 18:57:56 +02:00
parent e9993b5670
commit 133a15bf21

View file

@ -50,3 +50,7 @@ spec:
- name: config
secret:
secretName: frontend-config
topologySpreadConstraints:
- topologyKey: kubernetes.io/hostname
maxSkew: 1
whenUnsatisfiable: ScheduleAnyway