We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PolicyServer
This is part of this epic.
Extend the PolicyServer CRD by adding a new attribute called affinity of type v1/Affinity.
affinity
This object, when set, is then copied into the PodSpec of the Policy Server Deployment by our controller.
PodSpec
The default helm chart should then allow this affinity value to be set for the default Policy Server it creates.
PolicyServer.spec.affinity
The text was updated successfully, but these errors were encountered:
PolicyServer.Spec.Affinity
Skipping exposing this new features through Rancher UI, see kubewarden/helm-charts#418.
With that, this is done, will get shipped on the next release.
Sorry, something went wrong.
viccuad
No branches or pull requests
Is your feature request related to a problem?
This is part of this epic.
Solution you'd like
Extend the
PolicyServer
CRD by adding a new attribute calledaffinity
of type v1/Affinity.This object, when set, is then copied into the
PodSpec
of the Policy Server Deployment by our controller.The default helm chart should then allow this affinity value to be set for the default Policy Server it creates.
Acceptance criteria
PolicyServer
CRD has an attributeaffinity
of type v1/AffinityPolicyServer.spec.affinity
is propagated into the Deployment spec ofPolicyServer
The text was updated successfully, but these errors were encountered: