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
feat: add pdb for making pixxel services fault tolerant (#116)
* feat: add pdb for making pixxel services fault tolerant
* fix: added additional pod labels to deployment so that pdb can target only deployment pods
* fix: replaced to non org specific labels
* feat: bump in minor version for new feature addition
* feat: added min available condition, also added a condition such that pdb can only attach to deployment whose replica count > 1, added flag to switch on/off pdb
* fix: removed minAvailable
0 commit comments