fix(deploy): Affinity typo
This commit is contained in:
parent
afd7bcdf0b
commit
c688bea958
@ -14,16 +14,17 @@ spec:
|
||||
app: mastodon
|
||||
spec:
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
podAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchExpressions:
|
||||
- key: cnpg.io/cluster
|
||||
operator: In
|
||||
values:
|
||||
- mastodon-db
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
weight: 100
|
||||
- weight: 100
|
||||
podAffinityTerm:
|
||||
labelSelector:
|
||||
matchExpressions:
|
||||
- key: cnpg.io/cluster
|
||||
operator: In
|
||||
values:
|
||||
- mastodon-db
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
securityContext:
|
||||
runAsUser: 991
|
||||
runAsGroup: 991
|
||||
|
Loading…
x
Reference in New Issue
Block a user