Skip to content
Snippets Groups Projects
Verified Commit 2bbb6b56 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Fix affinity definition for deployment

parent b7df0dff
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@ spec:
name: mastodon-streaming
spec:
replicas: 2
template:
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
......@@ -86,6 +88,8 @@ spec:
name: mastodon-web
spec:
replicas: 2
template:
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment