You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "sergeyshevch (via GitHub)" <gi...@apache.org> on 2023/02/15 12:59:44 UTC

[GitHub] [superset] sergeyshevch commented on pull request #22827: feat(helm): Add ability to customize affinity per deployment

sergeyshevch commented on PR #22827:
URL: https://github.com/apache/superset/pull/22827#issuecomment-1431330543

   @a-poluyanov You also need to add label selectors
   
   Example: 
   ```
       topologySpreadConstraints:
         - maxSkew: 1
           whenUnsatisfiable: DoNotSchedule
           topologyKey: kubernetes.io/hostname
           labelSelector:
             matchLabels:
               app: superset
   ```
   
   Selectors are quite different across deployments
   ```
   app: superset
   app: superset-worker
   etc
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org