Skip to content

Commit

Permalink
Add tls defaults in rabbitmq defaulting
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed May 31, 2024
1 parent d5eb1d5 commit 909098c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/kubedb/v1alpha2/rabbitmq_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ func (r *RabbitMQ) SetDefaults() {
apis.SetDefaultResourceLimits(&dbContainer.Resources, DefaultResources)
}

r.SetTLSDefaults()

r.SetHealthCheckerDefaults()
if r.Spec.Monitor != nil {
if r.Spec.Monitor.Prometheus == nil {
Expand Down

0 comments on commit 909098c

Please sign in to comment.