Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add PDB fields in the policy server spec. #698

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. feat: add PDB fields in the policy server spec.

    Adds two new fields in the PolicyServerSpec: minAvailable and
    maxUnavailable. These fields are used to create a PodDisruptionBudget
    for the policy server pods. Both fields cannot be set together because
    Kubernetes does not allow setting both together in the PDB spec.
    
    Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
    jvanz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    91159f2 View commit details
    Browse the repository at this point in the history