Skip to content

Enhancement in Nexus Spec #28

Description

@AdheipSingh

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.

Metadata

Metadata

Assignees

Labels

RFE 🙏Request For Enhancements

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions