feat(deploy): Schedule on node with db

This commit is contained in:
Tanguy Herbron 2025-04-28 01:09:18 +02:00
parent 694cfc2ffb
commit ad8d1e1d6e

View File

@ -13,6 +13,17 @@ spec:
labels:
app: mastodon
spec:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: cnpg.io/cluster
operator: In
values:
- mastodon-db
topologyKey: "kubernetes.io/hostname"
weight: 100
securityContext:
runAsUser: 991
runAsGroup: 991