You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My cluster is multi-arch with both arm64 and amd64 nodes. It appears some of the chosen apps for this deployment are not multi-arch despite mastodon supposedly supporting it. redis and postgres are locked to amd64 for some reason.
That said, I have tried to apply affinity settings in the respective sections of values.yaml but they are ignored when deployed. Setting the affinity at the bottom globally only seems to work for the mastodon pods, and still ignored on the postgres and redis pods.
The text was updated successfully, but these errors were encountered:
Hey @xamindar, sorry for the delay in getting back to this.
The global affinity field in the chart will only apply to pods within the mastodon chart. It will not apply to any dependency deployments (redis, postgresql, elasticsearch). That said, that should definitely be clearer from the comments in the chart, so I will make a PR to address that.
We use bitnami charts for redis and postgres, and the values for each are set in redis: and postgresql:, which correspond to each respective chart's own values file. To set affinity for these, you need to do:
My cluster is multi-arch with both arm64 and amd64 nodes. It appears some of the chosen apps for this deployment are not multi-arch despite mastodon supposedly supporting it. redis and postgres are locked to amd64 for some reason.
That said, I have tried to apply affinity settings in the respective sections of values.yaml but they are ignored when deployed. Setting the affinity at the bottom globally only seems to work for the mastodon pods, and still ignored on the postgres and redis pods.
The text was updated successfully, but these errors were encountered: