Compare commits

...

2 Commits

Author SHA1 Message Date
afd7bcdf0b chore(version): Bump to 4.3.7 2025-04-28 01:09:31 +02:00
ad8d1e1d6e feat(deploy): Schedule on node with db 2025-04-28 01:09:18 +02:00

View File

@ -13,13 +13,24 @@ 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
fsGroup: 991
containers:
- name: mastodon-web
image: ghcr.io/mastodon/mastodon:v4.3.6
image: ghcr.io/mastodon/mastodon:v4.3.7
command: ["bundle", "exec", "puma", "-C", "config/puma.rb"]
ports:
- containerPort: 3000