In current master this is the nexus spec object supporting the following parameters.
type NexusSpec struct {
Replicas int32 `json:"replicas"`
Image string `json:"image,omitempty"`
Resources corev1.ResourceRequirements `json:"resources,omitempty"`
Persistence NexusPersistence `json:"persistence"`
UseRedHatImage bool `json:"useRedHatImage"`
Networking NexusNetworking `json:"networking,omitempty"`
}
I would like to suggest an enhancement to this spec following all the deployment parameters such as taints,tolerations, liveliness, affinity , pod disruption budgets to be added.
Ill raise a PR for this soon.
Possible to add this on Projects as ticket enhancement.
In current master this is the nexus spec object supporting the following parameters.
I would like to suggest an enhancement to this spec following all the deployment parameters such as taints,tolerations, liveliness, affinity , pod disruption budgets to be added.
Ill raise a PR for this soon.
Possible to add this on Projects as ticket enhancement.