Skip to content

Commit b58e99a

Browse files
committed
Remove affinity at Shawns suggestion
1 parent fce9f32 commit b58e99a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

apps/web/base/deployment.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ spec:
1515
labels:
1616
app: web
1717
spec:
18-
# spread nodes across servers
19-
affinity:
20-
podAntiAffinity:
21-
preferredDuringSchedulingIgnoredDuringExecution:
22-
- weight: 1
23-
podAffinityTerm:
24-
labelSelector:
25-
matchExpressions:
26-
- key: app
27-
operator: In
28-
values:
29-
- web
30-
topologyKey: "kubernetes.io/hostname"
3118
containers:
3219
- name: web
3320
image: metacpan/metacpan-web:latest

0 commit comments

Comments
 (0)