Compare commits
2 Commits
694cfc2ffb
...
afd7bcdf0b
Author | SHA1 | Date | |
---|---|---|---|
afd7bcdf0b | |||
ad8d1e1d6e |
@ -13,13 +13,24 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: mastodon
|
app: mastodon
|
||||||
spec:
|
spec:
|
||||||
|
affinity:
|
||||||
|
podAntiAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- labelSelector:
|
||||||
|
matchExpressions:
|
||||||
|
- key: cnpg.io/cluster
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- mastodon-db
|
||||||
|
topologyKey: "kubernetes.io/hostname"
|
||||||
|
weight: 100
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 991
|
runAsUser: 991
|
||||||
runAsGroup: 991
|
runAsGroup: 991
|
||||||
fsGroup: 991
|
fsGroup: 991
|
||||||
containers:
|
containers:
|
||||||
- name: mastodon-web
|
- 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"]
|
command: ["bundle", "exec", "puma", "-C", "config/puma.rb"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user