Skip to content

Commit

Permalink
chore: add podAntiAffinity for desktop and some providers.
Browse files Browse the repository at this point in the history
Signed-off-by: yy <[email protected]>
  • Loading branch information
lingdie committed Mar 21, 2024
1 parent 1ff2798 commit 1a6b84b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/desktop/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ spec:
operator: In
values:
- desktop-frontend
namespace: sealos
topologyKey: "kubernetes.io/hostname"
volumes:
- name: desktop-frontend-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ spec:
operator: In
values:
- template-frontend
namespace: template-frontend
topologyKey: "kubernetes.io/hostname"
volumes:
- name: template-frontend-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ spec:
operator: In
values:
- terminal-frontend
namespace: terminal-frontend
topologyKey: "kubernetes.io/hostname"
volumes:
- name: terminal-frontend-volume
Expand Down

0 comments on commit 1a6b84b

Please sign in to comment.