Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/v1alpha1/vernemq_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ type VerneMQSpec struct {
Storage *StorageSpec `json:"storage,omitempty"`
// Containers allows injecting additional containers.
Containers []v1.Container `json:"containers,omitempty"`
// InitContainers allows injecting init containers into the VerneMQ pod.
InitContainers []v1.Container `json:"initContainers,omitempty"`
// Define resources requests and limits for single Pods.
Resources v1.ResourceRequirements `json:"resources,omitempty"`
// ServiceAccountName is the name of the ServiceAccount to use to run the
Expand Down
Loading